UNPKG

@tutim/fields

Version:

form infrastructure for web applications

4 lines (3 loc) 177 B
/// <reference types="react" /> import { FormLayout } from '@tutim/types'; export declare const SubmitButton: ({ label, display }?: FormLayout['submit']) => JSX.Element | null;