UNPKG

@draft-js-plugins/static-toolbar

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