Files
standardnotes-app-web/app/assets/javascripts/Components/AttachedFilesPopover/PopoverTabs.ts

5 lines
98 B
TypeScript

export enum PopoverTabs {
AttachedFiles = 'attached-files-tab',
AllFiles = 'all-files-tab',
}