UNPKG

modulo-editor

Version:

A flexible and extensible block-based editor for React applications

10 lines (9 loc) 252 B
import React from "react"; export declare const ImageControls: React.FC<{ imageData: any; currentDimensions: any; onFullWidthToggle: () => void; onReset: () => void; onRemoveImage: () => void; onToggleStyleMenu: () => void; }>;