props.d.ts 112 B

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