5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
export enum PopoverTabs {
|
|
AttachedFiles = 'attached-files-tab',
|
|
AllFiles = 'all-files-tab',
|
|
}
|