UNPKG

@neosjs/vitepress-theme

Version:

NeosJS VitePress theme

6 lines (5 loc) 332 B
/** * @param themeObject Can be an object with `translations` and `locales` properties */ export declare function createTranslate(themeObject: any, defaultTranslations: Record<string, any>): (key: string) => string; export declare function createSearchTranslate(defaultTranslations: Record<string, any>): (key: string) => string;