vuepress-theme-hope
Version:
A light vuepress theme with tons of features
11 lines (10 loc) • 392 B
TypeScript
import type { AutoLinkOptions } from "../../shared/index.js";
/**
* Resolve AutoLink props from string
*
* @param item - The string to resolve
* @param preferFull - Whether to prefer full title
* @param currentPath - The current page path
* @returns AutoLink props
*/
export declare const resolveLinkInfo: (item: string, preferFull?: boolean, currentPath?: string) => AutoLinkOptions;