UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

10 lines (9 loc) 305 B
import { ValueOf } from '../internal/types'; export declare const MenuItemType: { readonly Default: "default"; readonly Primary: "primary"; readonly Success: "success"; readonly Warning: "warning"; readonly Danger: "danger"; }; export type MenuItemType = ValueOf<typeof MenuItemType>;