UNPKG

modulo-editor

Version:

A flexible and extensible block-based editor for React applications

7 lines (6 loc) 248 B
import React from "react"; import { BlockToolProps, ImageToolConfig } from "../../types"; interface ImageToolSpecificProps extends BlockToolProps<ImageToolConfig> { } declare const ImageTool: React.FC<ImageToolSpecificProps>; export { ImageTool };