8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
|
|
export interface TabItem {
|
|
pagePath : string;
|
|
iconPath : string;
|
|
selectedIconPath : string;
|
|
text : string;
|
|
// badge ?: number | string;
|
|
} |