props.d.ts 231 B

1234567
  1. /**
  2. * 该文件为脚本自动生成文件,请勿随意修改。如需修改请联系 PMC
  3. * updated at 2021-11-24 16:14:46
  4. * */
  5. import { TdNavbarProps } from './type';
  6. declare const props: TdNavbarProps;
  7. export default props;