UNPKG

react-intlayer

Version:

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

10 lines (9 loc) 224 B
import { ReactNode } from "react"; //#region src/html/types.d.ts type ReactComponentProps = { children?: ReactNode; [key: string]: any; }; //#endregion export { ReactComponentProps }; //# sourceMappingURL=types.d.ts.map