UNPKG

react-intlayer

Version:

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

12 lines (10 loc) 376 B
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' }); const require_editor_useEditor = require('./useEditor.cjs'); //#region src/editor/EditorProvider.tsx const EditorProvider = ({ children }) => { require_editor_useEditor.useEditor(); return children; }; //#endregion exports.EditorProvider = EditorProvider; //# sourceMappingURL=EditorProvider.cjs.map