UNPKG

@starzkg/vuepress-plugin-page-info

Version:
5 lines (4 loc) 265 B
import type { ResolvedLocaleConfig } from '@starzkg/vuepress-shared'; import type { WalineLocale } from '@waline/client'; export declare type WalineI18nConfig = Partial<WalineLocale>; export declare type WalineLocaleConfig = ResolvedLocaleConfig<WalineI18nConfig>;