UNPKG

@guestbell/react-page-plugins

Version:

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

5 lines (4 loc) 253 B
/// <reference types="react" /> import { RenderElementProps, RenderLeafProps } from 'slate-react'; export declare const renderElement: (props: RenderElementProps) => JSX.Element; export declare const renderLeaf: (props: RenderLeafProps) => JSX.Element;