UNPKG

modulo-editor

Version:

A flexible and extensible block-based editor for React applications

7 lines (6 loc) 217 B
import { FC } from "react"; import { BlockToolProps } from "@/types"; interface LinkToolSpecificProps extends BlockToolProps<BlockToolProps> { } declare const LinkTool: FC<LinkToolSpecificProps>; export { LinkTool };