props.d.ts 102 B

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