mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
69640c0af8
* feat(modal): add useModal hook * feat(modal): add HookModal demo * test(modal): update HookModal demo snap * feat(modal): update modal docs * chore(modal): update modal type
3 lines
67 B
TypeScript
3 lines
67 B
TypeScript
const destroyFns: Array<Function> = [];
|
|
export default destroyFns;
|