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 ca190a4 commit a5c0ddfCopy full SHA for a5c0ddf
build-tools/tasks/package-json.js
@@ -21,6 +21,9 @@ function getComponentsExports() {
21
// TypeScript interfaces, can be imported separately from components
22
'./interfaces': './interfaces.js',
23
'./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',
27
// Public internal components
28
'./internal/tooltip-do-not-use': './internal/tooltip-do-not-use/index.js',
29
'./internal/do-not-use/chart-filter': './internal/do-not-use/chart-filter.js',
0 commit comments