NavBar.d.ts 265 B

12345678910
  1. import { withBase } from '../utils';
  2. declare const _default: {
  3. components: {
  4. NavBarLinks: import("vue").ComponentOptions<{}, any, any, any, any, any, any, any>;
  5. };
  6. setup(): {
  7. withBase: typeof withBase;
  8. };
  9. };
  10. export default _default;