Files
2023-01-06 14:24:11 +08:00

4 lines
100 B
TypeScript

import { TdLoadingProps } from './type';
declare const props: TdLoadingProps;
export default props;