UNPKG

@kcutils/gatsby-plugin-intl

Version:

gatsby plugin with support react-intl

7 lines 283 B
import { type } from "@kcutils/helper"; import { Locale } from "../models/Locale"; export interface LanguageOption { fallback: string; } export declare const getLang: (opt?: Partial<LanguageOption> | undefined) => type.WithUndefined<Locale>; //# sourceMappingURL=browser.d.ts.map