UNPKG

262 BTypeScriptView Raw
1import "./show-hint";
2
3declare module "../../" {
4 interface HintHelpers {
5 xml: HintFunction;
6 }
7
8 interface ShowHintOptions {
9 schemaInfo?: any;
10 quoteChar?: string | undefined;
11 matchInMiddle?: boolean | undefined;
12 }
13}