UNPKG

@tutim/fields

Version:

form infrastructure for web applications

6 lines (5 loc) 183 B
/// <reference types="react" /> import { PartialFormConfig } from '@tutim/types'; export declare const Header: ({ config }: { config: PartialFormConfig; }) => JSX.Element | null;