UNPKG

modulo-editor

Version:

A flexible and extensible block-based editor for React applications

8 lines (7 loc) 201 B
import React from "react"; import { BlockTool } from "../types"; interface BlockListProps { tools: Record<string, BlockTool>; } export declare const BlockList: React.FC<BlockListProps>; export {};