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

6 lines
83 B
TypeScript
Raw Normal View History

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