kwikui
Version:
KwikID's UI Component Library in Angular
15 lines (14 loc) • 349 B
TypeScript
import { EKwikUIProgressCircleSize } from "./progress-circle.definitions";
export declare const DEFAULT_VALUES: {
color: string;
id: string;
max: number;
size: EKwikUIProgressCircleSize;
value: number;
};
export declare const VALIDATE_KEY_VALUES: {
color: boolean;
max: boolean;
size: boolean;
value: boolean;
};