kwikui
Version:
KwikID's UI Component Library in Angular
32 lines (31 loc) • 769 B
TypeScript
import { EKwikUIInputSelectSize } from "./input-select.definitions";
export declare const DEFAULT_VALUES: {
disabled: boolean;
focus: boolean;
formControlName: string;
hintContent: string;
icon: string;
id: string;
invalid: boolean;
isShowLabelOutside: boolean;
label: string;
options: any[];
placeholder: string;
searchable: boolean;
size: EKwikUIInputSelectSize;
};
export declare const VALIDATE_KEY_VALUES: {
disabled: boolean;
focus: boolean;
formControlName: boolean;
hintContent: boolean;
icon: boolean;
id: boolean;
invalid: boolean;
isShowLabelOutside: boolean;
label: boolean;
options: boolean;
placeholder: boolean;
searchable: boolean;
size: boolean;
};