@atlaskit/editor-plugin-toolbar
Version:
Toolbar plugin for @atlaskit/editor-core
11 lines (10 loc) • 384 B
TypeScript
import React from 'react';
type TextStylesMenuButtonProps = {
children: React.ReactNode;
};
/**
* Basic version of existing 'Text Styles' Menu - which doesn't dynamically change icon
* and is also placeholder to render all other menus in the collapsed state.
*/
export declare const TextCollapsedMenu: ({ children }: TextStylesMenuButtonProps) => React.JSX.Element;
export {};