From 21aaa3561058bd0635c75bdde27b39f30d0578f3 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Fri, 26 Mar 2021 15:58:13 +0100 Subject: [PATCH] Update helper types location (#8729) Comming from #8720 resolves #8728 --- helpers/helpers.esm.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/helpers.esm.d.ts b/helpers/helpers.esm.d.ts index 72eaf0f1e..a55c6b41d 100644 --- a/helpers/helpers.esm.d.ts +++ b/helpers/helpers.esm.d.ts @@ -1 +1 @@ -export * from '../dist/helpers.esm'; \ No newline at end of file +export * from '../types/helpers/index.d.ts'; -- 2.47.3