props.d.ts 98 B

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