UNPKG

vuepress-theme-ccds-test

Version:

This is an anime blog theme based on vuepress, the theme is simple, colorful, versatile, and supports customization, providing multiple components to set the theme

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