UNPKG

vuepress-theme-hope

Version:

A light vuepress theme with tons of features

7 lines 273 B
import type { AutoLinkOptions } from "../../shared/index.js"; /** * Resolve AutoLink props from string * */ export declare const resolveLinkInfo: (item: string, preferFull?: boolean, currentPath?: string) => AutoLinkOptions; //# sourceMappingURL=resolveLinkInfo.d.ts.map