We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
layerchart/utils
1 parent 24206f1 commit db93d9cCopy full SHA for db93d9c
2 files changed
packages/layerchart/package.json
@@ -106,6 +106,10 @@
106
".": {
107
"types": "./dist/index.d.ts",
108
"svelte": "./dist/index.js"
109
+ },
110
+ "./utils/*": {
111
+ "types": "./dist/utils/*.d.ts",
112
+ "svelte": "./dist/utils/*.js"
113
}
114
},
115
"files": [
packages/layerchart/src/lib/utils/index.ts
@@ -2,5 +2,6 @@ export * from './geo';
2
export * from './graph';
3
export * from './hierarchy';
4
export * from './math';
5
+export * from './pivot';
6
export * from './stack';
7
export * from './ticks';
0 commit comments