props.d.ts 92 B

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