Skip to content

Commit efd7551

Browse files
committed
Build - Export createTSpans utility function
1 parent 90851c2 commit efd7551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineAsyncComponent } from "vue";
22
import getVueDataUiConfig from "./getVueDataUiConfig";
33
import getThemeConfig from "./getThemeConfig";
4-
import { getPalette, createWordCloudDatasetFromPlainText, abbreviate } from "./lib";
4+
import { getPalette, createWordCloudDatasetFromPlainText, abbreviate, createTSpans } from "./lib";
55
import { lightenColor, darkenColor, shiftColorHue } from "./exposedLib";
66

77
export const Arrow = defineAsyncComponent(() => import("./atoms/Arrow.vue"))
@@ -77,4 +77,5 @@ export {
7777
getVueDataUiConfig,
7878
lightenColor,
7979
shiftColorHue,
80+
createTSpans
8081
}

0 commit comments

Comments
 (0)