Skip to content

Commit

Permalink
fix: Export NewMenuEntryCategory from package
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed May 22, 2024
1 parent a095cf7 commit 6c4f4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { type Folder } from './files/folder'
export { formatFileSize, parseFileSize } from './humanfilesize'
export { FileAction, getFileActions, registerFileAction, DefaultType } from './fileAction'
export { Header, getFileListHeaders, registerFileListHeaders } from './fileListHeaders'
export { type Entry } from './newFileMenu'
export { type Entry, NewMenuEntryCategory } from './newFileMenu'
export { Permission } from './permissions'

export * from './dav/davProperties'
Expand Down

0 comments on commit 6c4f4b0

Please sign in to comment.