props.d.ts 94 B

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