@pinuts/bsr-uikit-relaunch
Version:
BSR UI-KIT Relaunch
10 lines • 339 B
TypeScript
export default LocationPicker;
declare function LocationPicker(props: any): React.JSX.Element;
declare namespace LocationPicker {
namespace propTypes {
let locationSelectLink: PropTypes.Requireable<string>;
}
}
import React from 'react';
import * as PropTypes from 'prop-types';
//# sourceMappingURL=LocationPicker.d.ts.map