Current File : //proc/self/root/usr/share/nodejs/@types/codemirror/types-codemirror/addon/hint/html-hint.d.ts
import './xml-hint';

declare module '../../' {
    interface HintHelpers {
        html: HintFunction;
    }

    const htmlSchema: any;
}