UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

13 lines (12 loc) 436 B
/** * @jsxRuntime classic * @jsx jsx */ import { jsx } from '@emotion/react'; import type { FeatureFlags } from '@atlaskit/editor-common/types'; import type { PluginInjectionAPI } from '../types'; export declare const GlobalStylesWrapper: ({ featureFlags, isDragAndDropEnabledOption, api, }: { api?: PluginInjectionAPI; featureFlags: FeatureFlags | undefined; isDragAndDropEnabledOption?: boolean; }) => jsx.JSX.Element;