UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

11 lines (10 loc) 246 B
import * as React from 'react'; import { FC } from 'react'; interface ResetFormProps { children: any; pristine: boolean; reset(): void; style?: React.CSSProperties; } export declare const ResetForm: FC<ResetFormProps>; export {};