props.d.ts 96 B

123
  1. import { TdImageProps } from './type';
  2. declare const props: TdImageProps;
  3. export default props;