Files
2025-08-09 00:30:05 +08:00

4 lines
96 B
TypeScript

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