UNPKG

reablocks

Version:
18 lines (17 loc) 377 B
export interface BlockTheme { base: string; disableMargin: string; label: string; centerAlign: string; endAlign: string; horizontal: { base: string; label: string; }; vertical: { base: string; label: string; }; } export declare const blockTheme: BlockTheme; export declare const legacyBlockTheme: BlockTheme;