UNPKG

react-intlayer

Version:

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

5 lines 338 B
import { type NodeProps } from '@intlayer/core'; import { type FC, type HTMLAttributes } from 'react'; export type ContentSelectorWrapperProps = NodeProps & Omit<HTMLAttributes<HTMLDivElement>, 'children'>; export declare const ContentSelectorRenderer: FC<ContentSelectorWrapperProps>; //# sourceMappingURL=ContentSelectorWrapper.d.ts.map