fui-fancyui
Version:
FancyUI Libary
9 lines (8 loc) • 592 B
TypeScript
import { TAlignedLabelProps } from './TAlinedLabel.model';
import { TTheme } from '../../../types/TTheme';
import { TStyledPrefixAndPicker } from '../../../types/TStyledPrefixAndPicker';
type TStyledAlignedLabel = TStyledPrefixAndPicker<TAlignedLabelProps> & {
theme: TTheme;
};
export declare const StyledAlignedLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, TStyledAlignedLabel>> & string;
export {};