UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

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 TableSSRReactContextsProvider({ children, intl }: Props): ReactNode; export {};