UNPKG

kwikui

Version:

KwikID's UI Component Library in Angular

10 lines (9 loc) 443 B
export declare enum EKwikUIProgressSegmentedSize { XS = "xs", S = "s", M = "m", L = "l", XL = "xl" } export declare const VKwikUIProgressSegmentedSize: readonly [EKwikUIProgressSegmentedSize.XS, EKwikUIProgressSegmentedSize.S, EKwikUIProgressSegmentedSize.M, EKwikUIProgressSegmentedSize.L, EKwikUIProgressSegmentedSize.XL]; export declare type TKwikUIProgressSegmentedSize = (typeof VKwikUIProgressSegmentedSize)[number];