UNPKG

ponchojs

Version:

Poncho

8 lines (7 loc) 237 B
import React from 'react'; declare type Props = React.PropsWithChildren<Partial<{ title: string; hidden: boolean; }>>; export declare const FormSection: React.MemoExoticComponent<(props: Props) => JSX.Element>; export {};