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.
2 parents 78e5113 + 1609fdd commit 73d42f4Copy full SHA for 73d42f4
src/index.ts
@@ -7,5 +7,7 @@ const Renderer: Record<string, Component> = {
7
...TableRenderer
8
}
9
10
+export * from './composables'
11
+
12
export { VuePivottable, VuePivottableUi, PivotUtilities, Renderer }
13
export default { VuePivottable, VuePivottableUi, PivotUtilities, Renderer }
0 commit comments