UNPKG

@guestbell/react-page-plugins

Version:

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

7 lines (6 loc) 193 B
import * as React from 'react'; export interface SlateProviderProps { children?: React.ReactNode; } declare const SlateProvider: React.FC<SlateProviderProps>; export default SlateProvider;