Viewing File: /usr/share/nodejs/@types/codemirror/addon/hint/html-hint.d.ts

import './xml-hint';

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

    const htmlSchema: any;
}
Back to Directory File Manager