Skip to content

Commit a5c0ddf

Browse files
authored
chore: Export plugin api (#3984)
1 parent ca190a4 commit a5c0ddf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-tools/tasks/package-json.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ function getComponentsExports() {
2121
// TypeScript interfaces, can be imported separately from components
2222
'./interfaces': './interfaces.js',
2323
'./contexts/form-field': './contexts/form-field.js',
24+
// Plugin api
25+
'./internal/plugins': './internal/plugins/index.js',
26+
'./internal/plugins/widget': './internal/plugins/widget.js',
2427
// Public internal components
2528
'./internal/tooltip-do-not-use': './internal/tooltip-do-not-use/index.js',
2629
'./internal/do-not-use/chart-filter': './internal/do-not-use/chart-filter.js',

0 commit comments

Comments
 (0)