UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

13 lines (12 loc) 403 B
export type ValueOf<T> = T[keyof T]; export declare const ComponentSize: { readonly Large: "large"; readonly Medium: "medium"; readonly Small: "small"; readonly Mini: "mini"; /** * represents default internally, @link https://github.com/angular/vscode-ng-language-service/issues/1147 */ readonly Empty: ""; }; export type ComponentSize = ValueOf<typeof ComponentSize>;