fui-fancyui
Version:
FancyUI Libary
11 lines (10 loc) • 492 B
TypeScript
import { TTheme } from '../../../types/TTheme';
interface ISelectField {
$align?: string;
$labelAlign?: 'center' | 'left';
$disabledAndSelected?: boolean;
}
export declare const SelectField: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, ISelectField & {
theme: TTheme;
}>> & string;
export {};