UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

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