UNPKG

modulo-editor

Version:

A flexible and extensible block-based editor for React applications

7 lines (6 loc) 256 B
import React from "react"; import { BlockToolProps, GalleryToolConfig } from "@/types"; interface GalleryToolSpecificProps extends BlockToolProps<GalleryToolConfig> { } declare const GalleryTool: React.FC<GalleryToolSpecificProps>; export { GalleryTool };