UNPKG

form-tool

Version:

Create quickly and robustly with form hooks

4 lines (3 loc) 111 B
import { FC } from 'react'; import { TLoading } from './types'; export declare const Loading: FC<TLoading>;