props.d.ts 104 B

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