props.d.ts 108 B

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