UNPKG

gg-editor

Version:

A visual graph editor based on G6 and React

7 lines (6 loc) 212 B
import { BaseCommand } from '../../Graph/command/base'; export interface UnfoldCommandParams { id: string; } declare const unfoldCommand: BaseCommand<UnfoldCommandParams>; export default unfoldCommand;