8 lines
269 B
TypeScript
8 lines
269 B
TypeScript
import { MarkType } from '@tiptap/pm/model';
|
|
import { Plugin } from '@tiptap/pm/state';
|
|
type ClickHandlerOptions = {
|
|
type: MarkType;
|
|
};
|
|
export declare function clickHandler(options: ClickHandlerOptions): Plugin;
|
|
export {};
|
|
//# sourceMappingURL=clickHandler.d.ts.map
|