1234567891011121314151617 |
- //
- // Import mapping:
- //
- // controls, presentation, primitives ->
- // CancelDialog
- // ConfirmDialog
- //
- // Dialog -> OpenFileDialog
- // FilePickerForm -> OpenFileDialog
- //
- export {default as CancelDialog} from './CancelDialog.js'
- export {default as ConfirmDialog} from './ConfirmDialog.js'
- export {default as Dialog} from './Dialog.js'
- export {default as FilePickerForm} from './FilePickerForm.js'
- export {default as OpenFileDialog} from './OpenFileDialog.js'
|