zoujiandong 2bd2fd31ac 1.22
2024-01-22 08:55:30 +08:00

5 lines
136 B
TypeScript

import { TdImageProps } from './type';
export declare type ImageProps = TdImageProps;
export * from './props';
export * from './image';