UNPKG

@types/codemirror

Version:
14 lines (11 loc) 262 B
import './show-hint'; declare module '../../' { interface HintHelpers { xml: HintFunction; } interface ShowHintOptions { schemaInfo?: any; quoteChar?: string | undefined; matchInMiddle?: boolean | undefined; } }