UNPKG

form-tool

Version:

Create quickly and robustly with form hooks

8 lines (7 loc) 799 B
import { TTooltip, TContainerTextArea, TLabelTextArea, TTextAreaV, TSymbolSpan, TBoxTextArea } from './types'; export declare const Tooltip: import("styled-components").StyledComponent<"div", any, TTooltip, never>; export declare const ContainerTextArea: import("styled-components").StyledComponent<"div", any, TContainerTextArea, never>; export declare const LabelTextArea: import("styled-components").StyledComponent<"span", any, TLabelTextArea, never>; export declare const BoxTextArea: import("styled-components").StyledComponent<"div", any, TBoxTextArea, never>; export declare const TextAreaV: import("styled-components").StyledComponent<"textarea", any, TTextAreaV, never>; export declare const SymbolSpan: import("styled-components").StyledComponent<"span", any, TSymbolSpan, never>;