UNPKG

@chief-editor/brick-control

Version:

Control Brick for chief editor

6 lines (5 loc) 167 B
/// <reference types="react" /> export interface IToolbarProps { showQuickToolbar?: boolean; } export declare function Toolbar(props: IToolbarProps): JSX.Element;