| Current Path : /usr/share/nodejs/@types/codemirror/addon/hint/ |
| Current File : //usr/share/nodejs/@types/codemirror/addon/hint/html-hint.d.ts |
import './xml-hint';
declare module '../../' {
interface HintHelpers {
html: HintFunction;
}
const htmlSchema: any;
}