mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-27 03:01:14 +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>
|
||
|
}
|