dees-appui-catalog/ts_web/elements/interfaces/tab.ts
2021-03-06 18:59:00 +00:00

6 lines
84 B
TypeScript

export interface ITab {
key: string;
iconName?: string;
action: () => void;
}