dees-appui-catalog/ts_web/elements/interfaces/tab.ts

6 lines
84 B
TypeScript
Raw Normal View History

2021-03-06 18:59:00 +00:00
export interface ITab {
2021-03-06 17:07:06 +00:00
key: string;
iconName?: string;
action: () => void;
}