UNPKG

tdesign-miniprogram

Version:
15 lines (14 loc) 269 B
export interface TdEmptyProps { description?: { type: StringConstructor; value?: string; }; icon?: { type: null; value?: string | object; }; image?: { type: StringConstructor; value?: string; }; }