kwikui
Version:
KwikID's UI Component Library in Angular
16 lines (15 loc) • 506 B
TypeScript
export declare enum EKwikUILabelValuePairOrientation {
VERTICAL = "vertical",
HORIZONTAL = "horizontal"
}
export declare type TKwikUILabelValuePairOrientation = "vertical" | "horizontal";
export declare enum EKwikUILabelValuePairType {
BOOLEAN = "boolean",
IMAGE = "image",
PDF = "pdf",
VIDEO = "video",
DOC = "doc",
OBJECT = "object",
ARRAY = "array"
}
export declare type TKwikUILabelValuePairType = "boolean" | "image" | "pdf" | "video" | "doc" | "object" | "array";