UNPKG

@atlaskit/editor-plugin-toolbar

Version:

Toolbar plugin for @atlaskit/editor-core

8 lines (7 loc) 304 B
import React from 'react'; import type { SeparatorPosition } from '@atlaskit/editor-toolbar'; export declare const OverflowSection: ({ children, hasSeparator, testId, }: { children: React.ReactNode; hasSeparator?: boolean | SeparatorPosition; testId?: string; }) => React.JSX.Element | null;