UNPKG

@guestbell/react-page-plugins

Version:

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

6 lines (5 loc) 269 B
import { BackgroundSettings } from './types/settings'; import { BackgroundState } from './types/state'; import { CellPlugin } from '@react-page/editor'; declare const createCell: (settings: BackgroundSettings) => CellPlugin<BackgroundState>; export default createCell;