UNPKG

fictoan-react

Version:

A full-featured, designer-friendly, yet performant framework with plain-English props and focus on rapid iteration.

7 lines (6 loc) 364 B
import React from "react"; import { CommonAndHTMLProps } from '../../Element/constants'; export type FormItemElementType = HTMLDivElement; export type FormItemProps = CommonAndHTMLProps<FormItemElementType>; export declare const FormItem: React.ForwardRefExoticComponent<FormItemProps & React.RefAttributes<HTMLDivElement>>; //# sourceMappingURL=FormItem.d.ts.map