kwikui
Version:
KwikID's UI Component Library in Angular
13 lines (12 loc) • 610 B
TypeScript
export declare enum EKwikUIInputRadioSize {
M = "m",
L = "l"
}
export declare const VKwikUIInputRadioSize: readonly [EKwikUIInputRadioSize.M, EKwikUIInputRadioSize.L];
export declare type TKwikUIInputRadioSize = (typeof VKwikUIInputRadioSize)[number];
export declare enum EKwikUIInputRadioOrientation {
VERTICAL = "vertical",
HORIZONTAL = "horizontal"
}
export declare const VKwikUIInputRadioOrientation: readonly [EKwikUIInputRadioOrientation.HORIZONTAL, EKwikUIInputRadioOrientation.VERTICAL];
export declare type TKwikUIInputRadioOrientation = (typeof VKwikUIInputRadioOrientation)[number];