From: hvolmer <5054691+hvolmer@users.noreply.github.com> Date: Mon, 17 Aug 2020 14:52:35 +0000 (-0600) Subject: Update foundation.d.ts X-Git-Tag: v6.7.1~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12129%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update foundation.d.ts Added foundation.d.ts export for ESM imports in TS projects --- diff --git a/js/typescript/foundation.d.ts b/js/typescript/foundation.d.ts index 24119bd46..4515fcf36 100644 --- a/js/typescript/foundation.d.ts +++ b/js/typescript/foundation.d.ts @@ -494,3 +494,7 @@ declare var Foundation: FoundationSites.FoundationSitesStatic; declare module "Foundation" { export = Foundation; } + +declare module "foundation-sites" { + export = Foundation; +}