@coko/client
Version:
Client side common code for coko apps
6 lines (5 loc) • 440 B
TypeScript
declare const Empty: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("antd").EmptyProps, never> & Partial<Pick<import("antd").EmptyProps, never>>> & string & Omit<import("react").FC<import("antd").EmptyProps> & {
PRESENTED_IMAGE_DEFAULT: React.ReactNode;
PRESENTED_IMAGE_SIMPLE: React.ReactNode;
}, keyof import("react").Component<any, {}, any>>;
export default Empty;