UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

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