antd-tiny-vue/components/config-provider/default-render-empty.tsx

4 lines
111 B
TypeScript
Raw Normal View History

2023-03-25 17:49:55 +08:00
import type { VNodeChild } from 'vue'
export type RenderEmptyHandler = (componentName?: string) => VNodeChild