UNPKG

@vuepress-reco/style-default

Version:
10 lines (9 loc) 230 B
import type { NavLink } from '../../types'; /** * Resolve NavLink props from string * * @example * - Input: '/README.md' * - Output: { text: 'Home', link: '/' } */ export declare const useNavLink: (item: string) => NavLink;