antd-tiny-vue/components/config-provider/default-render-empty.tsx
2023-03-25 17:49:55 +08:00

4 lines
111 B
TypeScript

import type { VNodeChild } from 'vue'
export type RenderEmptyHandler = (componentName?: string) => VNodeChild