2 lines
130 B
TypeScript
2 lines
130 B
TypeScript
/// <reference types="./types" />
|
|
export declare const toolbarEvent: (vditor: IVditor, actionBtn: Element, event: Event) => void;
|