update jquery definition

This commit is contained in:
lxsang 2021-05-11 15:29:44 +02:00
parent 30629e3d8a
commit 05200557be
3 changed files with 0 additions and 6 deletions

View File

@ -1,7 +1,4 @@
export as namespace Sizzle;
declare const Sizzle: SizzleStatic;
export = Sizzle;
interface SizzleStatic {
selectors: Sizzle.Selectors;

View File

@ -1,7 +1,4 @@
export as namespace Sizzle;
declare const Sizzle: SizzleStatic;
export = Sizzle;
interface SizzleStatic {
selectors: Sizzle.Selectors;