UNPKG

@guestbell/react-page-plugins

Version:

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

8 lines (7 loc) 237 B
import * as React from 'react'; import { Text, Element } from 'slate'; declare const rules: { textRule: (text: Text) => JSX.Element; nodeRule: (node: Element, children: JSX.Element) => React.JSX.Element; }; export default rules;