element-plus/packages/components/slot/index.ts

7 lines
157 B
TypeScript
Raw Normal View History

import type { Ref } from 'vue'
export { default as ElOnlyChild } from './src/only-child'
export type ElOnlyChildExpose = {
forwardRef: Ref<HTMLElement>
}