Logo
Explore Docs Blog Community About typescript.guru Help
Sign In
design.estate/dees-catalog
3
0
Fork 0
You've already forked dees-catalog
Code Issues 2 Pull Requests Actions Packages Projects Releases Wiki Activity
Files
06c01f06900d00ebb4248bd4bd984b1492dec515
dees-catalog/ts_web/elements/interfaces/menugroup.ts

9 lines
158 B
TypeScript
Raw Normal View History

feat(theme,interfaces): Introduce a global theming system and unify menu/tab interfaces; migrate components to use themeDefaultStyles and update APIs accordingly
2025-12-29 01:20:24 +00:00
import type { IMenuItem } from './tab.js';
fix(structure): group components into groups inside the repo
2025-12-08 12:04:01 +00:00
export interface IMenuGroup {
feat(theme,interfaces): Introduce a global theming system and unify menu/tab interfaces; migrate components to use themeDefaultStyles and update APIs accordingly
2025-12-29 01:20:24 +00:00
name: string;
items: IMenuItem[];
collapsed?: boolean;
iconName?: string;
fix(structure): group components into groups inside the repo
2025-12-08 12:04:01 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 33ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API Legal Info/Impressum