props.d.ts 100 B

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