UNPKG

@guestbell/react-page-plugins

Version:

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

4 lines (3 loc) 151 B
import { DividerProps } from './component'; import { DividerApi } from './api'; export type DividerControlsProps = DividerProps & Partial<DividerApi>;