kwikui
Version:
KwikID's UI Component Library in Angular
17 lines (16 loc) • 392 B
TypeScript
import { EKwikUIProgressBarSize } from "./progress-bar.definitions";
export declare const DEFAULT_VALUES: {
color: string;
id: string;
isShowLabel: boolean;
max: number;
size: EKwikUIProgressBarSize;
value: number;
};
export declare const VALIDATE_KEY_VALUES: {
color: boolean;
isShowLabel: boolean;
max: boolean;
size: boolean;
value: boolean;
};