4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
import type { ComputedRef } from 'vue';
|
|
import type { NavbarItem } from '../typings.js';
|
|
export declare const useNavbarConfig: () => ComputedRef<NavbarItem[]>;
|