UNPKG

@tutim/fields

Version:

form infrastructure for web applications

7 lines (6 loc) 168 B
/// <reference types="react" /> export declare function FieldCollapse({ children, error, title }: { children: any; error: any; title: any; }): JSX.Element;