File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/ava-react/src/NarrativeTextVis Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ NarrativeTextVis.SingleLineChart = SingleLineChart;
3131NarrativeTextVis . ProportionChart = ProportionChart ;
3232
3333export {
34- PluginManager ,
34+ PluginManager as NtvPluginManager ,
3535 createCustomPhraseFactory ,
3636 createEntityPhraseFactory ,
3737 createCustomBlockFactory ,
38- presetPlugins ,
38+ presetPlugins as presetNtvPlugins ,
3939 createMetricName ,
4040 createMetricValue ,
4141 createDeltaValue ,
@@ -52,4 +52,4 @@ export { seedToken } from './theme';
5252
5353export type { NtvTypes } from '@antv/ava' ;
5454export type { NarrativeTextVisProps } from './NarrativeTextVis' ;
55- export type { PluginType } from './chore/plugin' ;
55+ export type { PluginType as NtvPluginType } from './chore/plugin' ;
You can’t perform that action at this time.
0 commit comments