Skip to content

Commit

Permalink
Merge pull request #960 from nextcloud-libraries/fix/export-new-file-…
Browse files Browse the repository at this point in the history
…menu-entry-category
  • Loading branch information
skjnldsv committed May 22, 2024
2 parents a095cf7 + 6c4f4b0 commit de39e0b
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 de39e0b

Please sign in to comment.