mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
7 lines
126 B
TypeScript
7 lines
126 B
TypeScript
import Overlay from './src/overlay'
|
|
|
|
export const ElOverlay = Overlay
|
|
export default ElOverlay
|
|
|
|
export * from './src/overlay'
|