astro-i18n-aut
Version:
The i18n integration for Astro 🧑🚀
9 lines • 373 B
TypeScript
import type { AstroIntegration } from "astro";
import type { UserI18nConfig } from "../shared/configs";
/**
* The i18n integration for Astro
*
* See the full [astro-i18n-aut](https://github.com/jlarmstrongiv/astro-i18n-aut#readme) documentation
*/
export declare function i18n(userI18nConfig: UserI18nConfig): AstroIntegration;
//# sourceMappingURL=integration.d.ts.map