UNPKG

antd-v5

Version:

An enterprise-class UI design language and React components implementation

8 lines (7 loc) 249 B
import React from 'react'; interface EmptyProps { componentName?: string; } declare const DefaultRenderEmpty: React.FC<EmptyProps>; export type RenderEmptyHandler = (componentName?: string) => React.ReactNode; export default DefaultRenderEmpty;