From 147b57f4b462f3e43d4bf0ee668061f7ca896b27 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;