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.
1 parent d018428 commit 631fa72Copy full SHA for 631fa72
src/index.ts
@@ -1 +1,4 @@
1
-export { default as genStyleUtils } from './util/genStyleUtils';
+export { default as genStyleUtils } from './util/genStyleUtils';
2
+
3
+export { default as genCalc } from './util/calc';
4
+export type { default as AbstractCalculator } from './util/calc/calculator';
0 commit comments