UNPKG

@atlaskit/editor-core

Version:

A package contains Atlassian editor core functionality

14 lines (13 loc) 545 B
/// <reference types="react" /> export declare const Toolbar: React.ComponentClass<React.HTMLProps<HTMLDivElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>; export declare const AdvanceMenuItemWrap: React.ComponentClass<React.HTMLProps<HTMLSpanElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>; export declare const AdvanceMenuItemAfter: React.ComponentClass<React.HTMLProps<HTMLSpanElement> & { theme?: any; innerRef?: ((instance: any) => void) | undefined; }>;