UNPKG

@atlaskit/editor-plugin-media

Version:

Media plugin for @atlaskit/editor-core

9 lines (8 loc) 267 B
import { type ReactNode } from 'react'; import { type IntlShape } from 'react-intl'; interface Props { children: ReactNode; intl: IntlShape | undefined; } export declare function MediaSSRReactContextsProvider({ children, intl }: Props): ReactNode; export {};