UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

8 lines (7 loc) 264 B
import type { VueNode } from '../_util/type'; export interface RenderEmptyProps { componentName?: string; } declare function renderEmpty(componentName?: string): VueNode; export declare type RenderEmptyHandler = typeof renderEmpty; export default renderEmpty;