UNPKG

kwikui

Version:

KwikID's UI Component Library in Angular

15 lines (14 loc) 360 B
import { EKwikUIProgressSegmentedSize } from "./progress-segmented.definitions"; export declare const DEFAULT_VALUES: { colors: string; id: string; max: number; size: EKwikUIProgressSegmentedSize; value: number; }; export declare const VALIDATE_KEY_VALUES: { colors: boolean; max: boolean; size: boolean; value: boolean; };