UNPKG

@atlaskit/editor-plugin-toolbar

Version:

Toolbar plugin for @atlaskit/editor-core

7 lines (6 loc) 211 B
import React from 'react'; type OverflowMenuSectionProps = { children: React.ReactNode; }; export declare const OverflowMenuSection: ({ children }: OverflowMenuSectionProps) => React.JSX.Element; export {};