Files
quinn-wx/components/image/index.d.ts
2022-11-17 17:05:46 +08:00

5 lines
136 B
TypeScript

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