UNPKG

@guestbell/react-page-plugins

Version:

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

5 lines (4 loc) 250 B
/// <reference types="react" /> import { Element } from 'slate'; import { FontSizePluginConfig } from './fontSizeConfig'; export declare const addFontSizeStyles: (config: FontSizePluginConfig, element: Element, children: JSX.Element) => JSX.Element;