@atlaskit/editor-plugin-table
Version:
Table plugin for the @atlaskit/editor
12 lines (11 loc) • 366 B
TypeScript
/**
* @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, api, }: {
api?: PluginInjectionAPI;
featureFlags: FeatureFlags | undefined;
}) => jsx.JSX.Element;