运维小程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

index.d.ts 136B

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