Your IP : 216.73.217.117


Current Path : /usr/share/nodejs/@types/codemirror/addon/hint/
Upload File :
Current File : //usr/share/nodejs/@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;
    }
}