UNPKG

zp-bee

Version:

zp-bee,是一款基于 Dumi,由 React + TypeScript 开发的组件库 🎉。

5 lines (4 loc) 193 B
import * as React from 'react'; declare const renderEmpty: (componentName?: string) => React.ReactNode; export declare type RenderEmptyHandler = typeof renderEmpty; export default renderEmpty;