UNPKG

141 BTypeScriptView Raw
1interface JQuery {
2
3 multipleSelect(options: object): JQuery;
4
5 multipleSelect(method: string, ...parameters: any[]): JQuery | any;
6
7}