nope/resources/ui/layout/interfaces/ITab.ts

5 lines
83 B
TypeScript
Raw Normal View History

2020-10-29 18:20:42 +00:00
export interface ITab {
label: string,
id: string,
delteable: boolean
}