UNPKG

react-intlayer

Version:

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

10 lines 379 B
//#region src/editor/useEditor.d.ts /** * Initializes the Intlayer editor client singleton when the editor is enabled. * Syncs the current locale from the Intlayer context into the editor manager so * the editor always knows which locale the app is displaying. */ declare const useEditor: () => void; //#endregion export { useEditor }; //# sourceMappingURL=useEditor.d.ts.map