UNPKG

@guestbell/react-page-plugins

Version:

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

6 lines (5 loc) 271 B
import * as React from 'react'; import { ImageControlsProps as ImageControlsCustomProps } from '../types/controls'; type ImageControlsProps = ImageControlsCustomProps; declare const ImageDefaultControls: React.FC<ImageControlsProps>; export default ImageDefaultControls;