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