feat: 新增点击空白关闭指令

Former-commit-id: b972dcaec196fe3e5a261cebfece91d3596a51ab
This commit is contained in:
haoxr
2023-01-21 15:35:15 +08:00
parent 919bedcc0e
commit 3924565087
4 changed files with 71 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
export { hasPerm, hasRole } from './permission';
export { deBounce } from './utils';
export { clickOutside } from './ClickOutside';
export { deBounce } from './Debounce';