Files

4 lines
96 B
TypeScript
Raw Normal View History

2023-08-18 17:32:18 +08:00
import { TdEmptyProps } from './type';
declare const props: TdEmptyProps;
export default props;