Files
lingxiao865 6c6fe3d0d6 first commit
2025-09-18 12:39:54 +08:00

5 lines
136 B
TypeScript

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