UNPKG

@cookbook/solid-intl

Version:

A universal internationalization (i18n) for Solid inspired by React Intl & FormatJS

7 lines (6 loc) 275 B
import type { FlowComponent } from "solid-js"; import type { IntlConfig, IntlShape } from "./types"; declare const IntlContext: import("solid-js").Context<IntlShape>; declare const IntlProvider: FlowComponent<IntlConfig>; export { IntlContext }; export default IntlProvider;