jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/antd-mini/es/Empty/props.d.ts

21 lines
448 B
TypeScript
Raw Normal View History

2024-11-15 03:51:28 +00:00
import { IBaseProps } from '../_util/base';
/**
* @description
*/
export interface IEmptyProps extends IBaseProps {
/**
* @description
*/
title: string;
/**
* @description
*/
message: string;
/**
* @description
*/
image: string;
}
export declare const EmptyDefaultProps: Partial<IEmptyProps>;
export declare const EmptyFunctionalProps: IEmptyProps;