Skip to content

Commit

Permalink
Merge pull request #556 from nextcloud/enh/export-file-picker-type-enum
Browse files Browse the repository at this point in the history
Export FilePickerType enum
  • Loading branch information
nickvergessen authored Apr 8, 2022
2 parents c5cdec1 + 5435985 commit d782cdc
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
@@ -1,3 +1,3 @@
export { FilePicker, FilePickerBuilder, getFilePickerBuilder } from './filepicker'
export { FilePicker, FilePickerType, FilePickerBuilder, getFilePickerBuilder } from './filepicker'
export { TOAST_UNDO_TIMEOUT, TOAST_DEFAULT_TIMEOUT, TOAST_PERMANENT_TIMEOUT } from './toast'
export { showMessage, showSuccess, showWarning, showInfo, showError, showUndo } from './toast'

0 comments on commit d782cdc

Please sign in to comment.