Files
2025-11-17 13:32:54 +08:00

4 lines
96 B
TypeScript

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