Skip to content

Commit eb2ee9c

Browse files
BBSQQpddpd
authored andcommitted
fix(ava-react/ntv): rename export variable names
1 parent b6673fb commit eb2ee9c

File tree

1 file changed

+3
-3
lines changed
  • packages/ava-react/src/NarrativeTextVis

1 file changed

+3
-3
lines changed

packages/ava-react/src/NarrativeTextVis/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ NarrativeTextVis.SingleLineChart = SingleLineChart;
3131
NarrativeTextVis.ProportionChart = ProportionChart;
3232

3333
export {
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

5353
export type { NtvTypes } from '@antv/ava';
5454
export type { NarrativeTextVisProps } from './NarrativeTextVis';
55-
export type { PluginType } from './chore/plugin';
55+
export type { PluginType as NtvPluginType } from './chore/plugin';

0 commit comments

Comments
 (0)