UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

14 lines 476 B
export default Intro; declare function Intro(props: any): React.JSX.Element; declare namespace Intro { namespace propTypes { let config: PropTypes.Requireable<PropTypes.InferProps<{ headline: PropTypes.Requireable<string>; description: PropTypes.Requireable<string>; infobadge: PropTypes.Requireable<string>; }>>; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=Intro.d.ts.map