UNPKG

modulo-editor

Version:

A flexible and extensible block-based editor for React applications

9 lines (8 loc) 218 B
import React from "react"; import { Block, BlockTool } from "../types"; interface BlockToolbarProps { block: Block; tool: BlockTool; } export declare const BlockToolbar: React.FC<BlockToolbarProps>; export {};