UNPKG

@guestbell/react-page-plugins

Version:

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

6 lines (5 loc) 272 B
import type { CellPlugin } from '@react-page/editor'; import type { SpacerSettings } from './types/settings'; import type { SpacerState } from './types/state'; declare const createPlugin: (settings: SpacerSettings) => CellPlugin<SpacerState>; export default createPlugin;