DIR: /proc/1784574/root/usr/share/nodejs/@types/codemirror/types-codemirror/addon/hint/ |
Current File : //proc/1784574/root/usr/share/nodejs/@types/codemirror/types-codemirror/addon/hint/xml-hint.d.ts |
import './show-hint'; declare module '../../' { interface HintHelpers { xml: HintFunction; } interface ShowHintOptions { schemaInfo?: any; quoteChar?: string | undefined; matchInMiddle?: boolean | undefined; } } |