UNPKG

@guestbell/react-page-plugins

Version:

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

4 lines (3 loc) 141 B
import { SlateProps } from './component'; import { SlateApi } from './api'; export type SlateControlsProps = SlateProps & Partial<SlateApi>;