You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
417 B
12 lines
417 B
2 months ago
|
import '../../utils/index.mjs';
|
||
|
import Dialog from './src/dialog2.mjs';
|
||
|
export { useDialog } from './src/use-dialog.mjs';
|
||
|
export { dialogEmits, dialogProps } from './src/dialog.mjs';
|
||
|
export { dialogInjectionKey } from './src/constants.mjs';
|
||
|
import { withInstall } from '../../utils/vue/install.mjs';
|
||
|
|
||
|
const ElDialog = withInstall(Dialog);
|
||
|
|
||
|
export { ElDialog, ElDialog as default };
|
||
|
//# sourceMappingURL=index.mjs.map
|