props.d.ts 102 B

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