UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

13 lines 441 B
export default Blatt; declare function Blatt(props: any): React.JSX.Element; declare namespace Blatt { 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=Blatt.d.ts.map