From 56ca945b0c9e6d616a8fd974a24e175ac77c2f04 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Tue, 30 May 2023 10:58:04 +0200 Subject: [PATCH] fix: jquery delaration file compatibility with current typescript sdk --- d.ts/jquery.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/d.ts/jquery.d.ts b/d.ts/jquery.d.ts index d24038b..a0e8d50 100644 --- a/d.ts/jquery.d.ts +++ b/d.ts/jquery.d.ts @@ -1,7 +1,4 @@ -export as namespace Sizzle; - declare const Sizzle: SizzleStatic; -export = Sizzle; interface SizzleStatic { selectors: Sizzle.Selectors;