mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 09:50:58 +08:00
ef92b6c11c
* Add overlay component; Dialog component almost done * feat(dialog): add use-lockscreen * feat(dialog): coding completed awaiting tests * feat(dialog): finish writing test cases * fix test failures * Address PR comments * fallback some changes
3 lines
110 B
TypeScript
3 lines
110 B
TypeScript
export { default as ClickOutside } from './click-outside'
|
|
export { default as TrapFocus } from './trap-focus'
|