UNPKG

react-odyssey

Version:
8 lines (7 loc) 533 B
import { FunctionComponent, ComponentProps } from 'react'; export declare const Form: FunctionComponent<ComponentProps<'form'>>; export declare const FormTitle: FunctionComponent<ComponentProps<'h1'>>; export declare const FormHeader: FunctionComponent<ComponentProps<'header'>>; export declare const FormHeaderWithTitle: FunctionComponent<ComponentProps<typeof FormTitle>>; export declare const FormActions: FunctionComponent<ComponentProps<'section'>>; export declare const FormFooter: FunctionComponent<ComponentProps<'footer'>>;