Files
standardnotes-app-web/packages/web/src/javascripts/Components/AttachedFilesPopover/PopoverTabs.ts
2022-06-07 07:18:41 -05:00

5 lines
98 B
TypeScript

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