6 lines
68 B
TypeScript
6 lines
68 B
TypeScript
|
declare var plugins: {
|
||
|
Q: any;
|
||
|
_: any;
|
||
|
};
|
||
|
export = plugins;
|