import BlockView from './blockView'; import ListView from './listView'; export * from './interface'; export { BlockView as default, ListView };