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

20 lines
309 B
TypeScript
Raw Normal View History

2024-11-10 07:01:22 +00:00
import { IBaseProps } from '../_base';
/**
* @description
*/
export interface IEmptyProps extends IBaseProps {
/**
* @description
*/
title?: string;
/**
* @description
*/
message?: string;
}
export declare const EmptyDefaultProps: Partial<IEmptyProps>;