diff --git a/package.json b/package.json index 770bfdd7900c..efa1cf5999cd 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "default": "./dist/client/theme-default/index.js" }, "./theme-without-fonts": { - "types": "./theme.d.ts", + "types": "./theme-without-fonts.d.ts", "default": "./dist/client/theme-default/without-fonts.js" } }, @@ -36,7 +36,8 @@ "types", "template", "client.d.ts", - "theme.d.ts" + "theme.d.ts", + "theme-without-fonts.d.ts" ], "repository": { "type": "git", diff --git a/theme-without-fonts.d.ts b/theme-without-fonts.d.ts new file mode 100644 index 000000000000..fc6c2f69f68e --- /dev/null +++ b/theme-without-fonts.d.ts @@ -0,0 +1 @@ +export * from './theme'