export * as Utils from "./utils"; export * as Type from "./type"; import View from "./view"; export { View }; export default View;