UNPKG

@guestbell/react-page-plugins

Version:

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

5 lines (4 loc) 158 B
import { ImageProps } from './component'; export interface ImageRendererExtraProps { } export type ImageRendererProps = ImageProps & ImageRendererExtraProps;