Files
cmgd-mini-app/types/tabbar.d.ts
2026-01-05 12:47:14 +08:00

8 lines
143 B
TypeScript

export interface TabItem {
pagePath : string;
iconPath : string;
selectedIconPath : string;
text : string;
// badge ?: number | string;
}