UNPKG

react-swift-form

Version:
9 lines (7 loc) 256 B
import { ReactElement } from 'react'; type IElementProps = JSX.IntrinsicElements['input']; export interface ISubmitProps extends IElementProps { disableOnError?: boolean; } export declare function Submit(props: ISubmitProps): ReactElement; export {};