UNPKG

@draft-js-plugins/inline-toolbar

Version:
9 lines (8 loc) 263 B
import { DraftJsButtonTheme } from '@draft-js-plugins/buttons'; export interface InlineToolbarPluginTheme { buttonStyles: DraftJsButtonTheme; toolbarStyles: { toolbar?: string; }; } export declare const defaultTheme: InlineToolbarPluginTheme;