UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

13 lines 445 B
export default MapPin; declare function MapPin(props: any): React.JSX.Element; declare namespace MapPin { namespace propTypes { let width: PropTypes.Requireable<string>; let height: PropTypes.Requireable<string>; let fill: PropTypes.Requireable<string>; let stroke: PropTypes.Requireable<string>; } } import * as React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=MapPin.d.ts.map