mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-04 21:18:14 +08:00
98755f332c
* fix: can not scroll when close dialog #5096 * refactor: modal
8 lines
166 B
TypeScript
8 lines
166 B
TypeScript
// based on vc-dialog 8.6.0
|
|
import DialogWrap from './DialogWrap';
|
|
import dialogProps from './IDialogPropTypes';
|
|
|
|
export { dialogProps };
|
|
|
|
export default DialogWrap;
|