mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 01:11:25 +08:00
2985a71751
Co-authored-by: winerlu <winerlu@tencent.com> Co-authored-by: zazzaz <izazzaz@hotmail.com>
5 lines
219 B
TypeScript
5 lines
219 B
TypeScript
export { default as ClickOutside } from './click-outside'
|
|
export { default as RepeatClick } from './repeat-click'
|
|
export { default as TrapFocus } from './trap-focus'
|
|
export { default as Mousewheel } from './mousewheel'
|