fui-fancyui
Version:
FancyUI Libary
11 lines (10 loc) • 782 B
TypeScript
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;