UNPKG

@making-sense/antlr-editor

Version:
8 lines (7 loc) 230 B
/** * Global Monaco error suppression patch * * Suppresses harmless Monaco errors that occur during layout changes * when the editor is resized or reorganized in the DOM. */ export declare const applyMonacoPatch: () => void;