UNPKG

@types/codemirror

Version:
13 lines (10 loc) 226 B
import './show-hint'; declare module '../../' { interface HintHelpers { anyword: HintFunction; } interface ShowHintOptions { word?: RegExp | undefined; range?: number | undefined; } }