export { default as PluginPage } from './PluginPage'; export { default as PluginDrawer } from './PluginDrawer'; export * from './data'; export { PluginPage as PluginPageType } from './typing.d'; export * from './transformer'; export * from './service'; export * as pluginLocaleZhCN from './locales/zh-CN'; export * as pluginLocaleEnUS from './locales/en-US';