UNPKG

@guestbell/react-page-plugins

Version:

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

6 lines (5 loc) 271 B
import * as React from 'react'; import { SlateControlsProps as SlateControlsCustomProps } from '../types/controls'; type SlateControlsProps = SlateControlsCustomProps; declare const SlateDefaultControls: React.FC<SlateControlsProps>; export default SlateDefaultControls;