UNPKG

@react-rx/form

Version:

rx form for react, use typescript for development

8 lines (7 loc) 211 B
import { ReactNode } from "react"; interface IFormSectionProps { name: string; children: ReactNode; } export declare const FormSection: ({ name, children }: IFormSectionProps) => JSX.Element; export {};