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