UNPKG

@types/codemirror

Version:
13 lines (10 loc) 271 B
import "../.."; import "./searchcursor"; export interface SearchAnnotation { clear(): void; } declare module "../../" { interface Editor { showMatchesOnScrollbar(query: string | RegExp, caseFold?: boolean, className?: string): SearchAnnotation; } }