UNPKG

140 BTypeScriptView Raw
1import "./xml-hint";
2
3declare module "../../" {
4 interface HintHelpers {
5 html: HintFunction;
6 }
7
8 const htmlSchema: any;
9}