kwikui
Version:
KwikID's UI Component Library in Angular
17 lines (16 loc) • 857 B
TypeScript
export declare enum EKwikUIInputRadioChipSize {
XS = "xs",
S = "s",
M = "m",
L = "l",
XL = "xl"
}
export declare const VKwikUIInputRadioChipSize: readonly [EKwikUIInputRadioChipSize.XS, EKwikUIInputRadioChipSize.S, EKwikUIInputRadioChipSize.M, EKwikUIInputRadioChipSize.L, EKwikUIInputRadioChipSize.XL];
export declare type TKwikUIInputRadioChipSize = (typeof VKwikUIInputRadioChipSize)[number];
export declare enum EKwikUIInputRadioChipOrientation {
VERTICAL = "vertical",
HORIZONTAL = "horizontal",
WRAPPED = "wrapped"
}
export declare const VKwikUIInputRadioChipOrientation: readonly [EKwikUIInputRadioChipOrientation.HORIZONTAL, EKwikUIInputRadioChipOrientation.VERTICAL, EKwikUIInputRadioChipOrientation.WRAPPED];
export declare type TKwikUIInputRadioChipOrientation = (typeof VKwikUIInputRadioChipOrientation)[number];