UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

9 lines (8 loc) 365 B
import type { VueNode } from '../_util/type'; export interface RenderEmptyProps { componentName?: string; } export declare const DefaultRenderEmpty: (props: RenderEmptyProps) => import("vue/jsx-runtime").JSX.Element; declare function renderEmpty(componentName?: string): VueNode; export type RenderEmptyHandler = typeof renderEmpty; export default renderEmpty;