Files
2026-03-05 09:08:21 +08:00

4 lines
96 B
TypeScript

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