UNPKG

fui-fancyui

Version:
11 lines (10 loc) 782 B
import { TTheme } from '../../../types/TTheme'; import { TTextAlignLRC } from '../../../types/TTextAlignLRC'; import { TTextAlignLR } from '../../../types/TTextAlignLR'; 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>, { $align?: TTextAlignLRC; }>> & string; export declare const LabelWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, { $align?: TTextAlignLR; theme: TTheme; }>> & string;