UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

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