mirror of
https://github.com/antd-tiny-vue/antd-tiny-vue.git
synced 2025-01-11 00:29:08 +08:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
|
import type { VNodeChild } from 'vue'
|
||
|
|
||
|
export type RenderEmptyHandler = (componentName?: string) => VNodeChild
|