UNPKG

react-intlayer

Version:

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

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