UNPKG

react-intlayer

Version:

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

11 lines (9 loc) 248 B
import { useEditor } from "./useEditor.mjs"; //#region src/editor/EditorProvider.tsx const EditorProvider = ({ children }) => { useEditor(); return children; }; //#endregion export { EditorProvider }; //# sourceMappingURL=EditorProvider.mjs.map