UNPKG

@ducor/react

Version:

admin template ui interface

9 lines (8 loc) 217 B
import { FC } from "react"; export interface FormSubmitProps { children?: any; disabled?: boolean; loadingText?: Record<string, string>; } declare const Submit: FC<FormSubmitProps>; export default Submit;