UNPKG

ant-design-vue

Version:

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

8 lines (7 loc) 269 B
import { VNodeChild } from 'vue'; export interface RenderEmptyProps { componentName?: string; } declare function renderEmpty(componentName?: string): VNodeChild | JSX.Element; export declare type RenderEmptyHandler = typeof renderEmpty; export default renderEmpty;