This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch handlebars-helpers-rebased in repository https://gitbox.apache.org/repos/asf/superset.git
commit 161c6ce88b510b0be8da5276bc630f516c413791 Author: Ville Brofeldt <[email protected]> AuthorDate: Wed May 18 09:07:55 2022 +0300 add declare module --- superset-frontend/plugins/plugin-chart-handlebars/types/external.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset-frontend/plugins/plugin-chart-handlebars/types/external.d.ts b/superset-frontend/plugins/plugin-chart-handlebars/types/external.d.ts index 8f7985ceaf..a07e4dd267 100644 --- a/superset-frontend/plugins/plugin-chart-handlebars/types/external.d.ts +++ b/superset-frontend/plugins/plugin-chart-handlebars/types/external.d.ts @@ -20,3 +20,5 @@ declare module '*.png' { const value: any; export default value; } + +declare module 'just-handlebars-helpers';
