UNPKG

@xui/components

Version:

xUI Components for Angular

8 lines (7 loc) 168 B
export type DrawerMode = 'overlay' | 'push'; export interface DrawerItem { label: string; icon?: string; expanded?: boolean; children?: DrawerItem[]; }