initial
This commit is contained in:
8
ts_web/elements/interfaces/menugroup.ts
Normal file
8
ts_web/elements/interfaces/menugroup.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { IMenuItem } from './tab.js';
|
||||
|
||||
export interface IMenuGroup {
|
||||
name: string;
|
||||
items: IMenuItem[];
|
||||
collapsed?: boolean;
|
||||
iconName?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user