UNPKG

kwikui

Version:

KwikID's UI Component Library in Angular

25 lines (24 loc) 677 B
import { EKwikUICheckboxContentAlign, EKwikUICheckboxSize, EKwikUICheckboxVarient } from "./checkbox.definitions"; export declare const DEFAULT_VALUES: { contentAlign: EKwikUICheckboxContentAlign; disabled: boolean; focus: boolean; formControlName: string; id: string; invalid: boolean; label: string; placeholder: string; size: EKwikUICheckboxSize; variant: EKwikUICheckboxVarient; }; export declare const VALIDATE_KEY_VALUES: { contentAlign: boolean; disabled: boolean; focus: boolean; formControlName: boolean; id: boolean; invalid: boolean; label: boolean; placeholder: boolean; size: boolean; };