]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update foundation.d.ts 12129/head
authorhvolmer <5054691+hvolmer@users.noreply.github.com>
Mon, 17 Aug 2020 14:52:35 +0000 (08:52 -0600)
committerGitHub <noreply@github.com>
Mon, 17 Aug 2020 14:52:35 +0000 (08:52 -0600)
Added foundation.d.ts export for ESM imports in TS projects

js/typescript/foundation.d.ts

index 24119bd46046eda2ce2086a28c263523ea756b00..4515fcf362375fdfe2dbd76f169c78efd91371c0 100644 (file)
@@ -494,3 +494,7 @@ declare var Foundation: FoundationSites.FoundationSitesStatic;
 declare module "Foundation" {
   export = Foundation;
 }
+
+declare module "foundation-sites" {
+  export = Foundation;
+}