UNPKG

fui-fancyui

Version:
15 lines (14 loc) 800 B
import { TTheme } from '../../../types/TTheme'; export declare const Wrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, { $hasLabel?: boolean; $isTextArea?: boolean; }>> & string; type TInputWrapper = { $isActive: boolean; $isLabelProvided?: boolean; $lableVariant?: 'static' | 'animated'; }; export declare const InputWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, TInputWrapper & { theme: TTheme; }>> & string; export {};