index.d.ts 136 B

1234
  1. import { TdImageProps } from './type';
  2. export declare type ImageProps = TdImageProps;
  3. export * from './props';
  4. export * from './image';