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

import './show-hint';

declare module '../../' {
    interface HintHelpers {
        css: HintFunction;
    }
}
Back to Directory File Manager