UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

11 lines (10 loc) 255 B
export interface FontSizePluginConfig { allowedFontSizes?: number[]; fontSizesNames?: { [key: number]: string; }; fontSizesStyle?: { [key: number]: string; }; } export declare const defaultConfig: FontSizePluginConfig;