UNPKG

@pinuts/bsr-uikit-relaunch

Version:

BSR UI-KIT Relaunch

13 lines 385 B
export default SubmitButton; declare function SubmitButton({ inputProps, ...otherProps }: { [x: string]: any; inputProps?: {}; }): React.JSX.Element; declare namespace SubmitButton { namespace propTypes { let inputProps: PropTypes.Requireable<object>; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=SubmitButton.d.ts.map