UNPKG

@visactor/vgrammar-core

Version:

VGrammar is a visual grammar library

8 lines (7 loc) 272 B
import type { InteractionEvent } from '../types'; import { ElementSelect } from './element-select'; export declare class ElementSelectByGraphicName extends ElementSelect { static type: string; type: string; start(element: InteractionEvent['element']): void; }