mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 17:31:02 +08:00
7 lines
157 B
TypeScript
7 lines
157 B
TypeScript
|
import type { Ref } from 'vue'
|
||
|
export { default as ElOnlyChild } from './src/only-child'
|
||
|
|
||
|
export type ElOnlyChildExpose = {
|
||
|
forwardRef: Ref<HTMLElement>
|
||
|
}
|