@pinuts/bsr-uikit-relaunch
Version:
BSR UI-KIT Relaunch
16 lines • 493 B
TypeScript
export default InfoModal;
declare function InfoModal({ headline, infoText, className }: {
headline: any;
infoText: any;
className: any;
}): React.JSX.Element;
declare namespace InfoModal {
namespace propTypes {
let headline: PropTypes.Validator<string>;
let infoText: PropTypes.Validator<string>;
let className: PropTypes.Requireable<string>;
}
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=InfoModal.d.ts.map