export { default as Image } from './components/image/index.h5'; export { default as Input } from './components/input/index.h5'; export { default as Text } from './components/text/index.h5'; export { default as View } from './components/view/index.h5'; export * from './index.base';