mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-28 17:46:44 +02:00
fix: jquery delaration file compatibility with current typescript sdk
This commit is contained in:
parent
cf3431c0a8
commit
a1390b4773
3
d.ts/jquery.d.ts
vendored
3
d.ts/jquery.d.ts
vendored
@ -1,7 +1,4 @@
|
|||||||
export as namespace Sizzle;
|
|
||||||
|
|
||||||
declare const Sizzle: SizzleStatic;
|
declare const Sizzle: SizzleStatic;
|
||||||
export = Sizzle;
|
|
||||||
|
|
||||||
interface SizzleStatic {
|
interface SizzleStatic {
|
||||||
selectors: Sizzle.Selectors;
|
selectors: Sizzle.Selectors;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user