@perfma/heaven
Version:
An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.
9 lines (8 loc) • 353 B
TypeScript
import { ReactNode } from 'react';
export interface TableEmptyProps {
image?: 'normal' | 'notFound' | 'certification' | 'feedback' | 'message' | 'network' | 'plan' | 'search' | 'staff' | 'system' | 'simple' | undefined | null;
size?: any;
url?: ReactNode | string;
description?: ReactNode | Element;
content?: ReactNode | Element;
}