Files

5 lines
136 B
TypeScript
Raw Permalink Normal View History

2025-08-15 14:05:08 +08:00
import { TdImageProps } from './type';
export declare type ImageProps = TdImageProps;
export * from './props';
export * from './image';