储能智慧云小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.d.ts 136B

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