UNPKG

react-intlayer

Version:

Easily internationalize i18n your React applications with type-safe multilingual content management.

7 lines (6 loc) 258 B
import { FC, PropsWithChildren } from "react"; //#region src/editor/IntlayerEditorProvider.d.ts declare const IntlayerEditorProvider: FC<PropsWithChildren>; //#endregion export { IntlayerEditorProvider }; //# sourceMappingURL=IntlayerEditorProvider.d.ts.map