Files
2026-02-04 14:02:31 +08:00

4 lines
96 B
TypeScript

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