UNPKG

@guestbell/react-page-plugins

Version:

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

7 lines (6 loc) 227 B
import { SlateValue } from '../../common/types/slate/SlateValue'; import { PaddingState } from '../../common/types/padding/PaddingState'; export type SlateState = PaddingState & { value: SlateValue; version: number; };