Skip to content

Commit 1609fdd

Browse files
Seungwoo321claude
andcommitted
fix: export all composables for external packages
- Export all composables to enable custom renderer development - Allows plotly-renderer and lazy-table-renderer to import required functions - No circular dependency issues detected after analysis - Maintains backward compatibility Resolves import errors for external packages that need useProvidePivotData and providePivotData 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 78e5113 commit 1609fdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ const Renderer: Record<string, Component> = {
77
...TableRenderer
88
}
99

10+
export * from './composables'
11+
1012
export { VuePivottable, VuePivottableUi, PivotUtilities, Renderer }
1113
export default { VuePivottable, VuePivottableUi, PivotUtilities, Renderer }

0 commit comments

Comments
 (0)