context.d.ts 214 Bytes Raw Blame History Permalink 1 2 3 4 5 6 /// <reference types="react" /> import { Locale } from '.'; declare const LocaleContext: import("react").Context<(Partial<Locale> & { exist?: boolean | undefined; }) | undefined>; export default LocaleContext;