/* * @Author: your name * @Date: 2022-04-20 10:34:47 * @LastEditTime: 2022-04-20 10:34:50 * @LastEditors: Please set LastEditors * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @FilePath: /YMJRN/src/common/headtableview/index.ts */ import ScrollHeadTabView from './ScrollHeadTabView'; import { ScrollView, FlatList } from './TabView'; export { ScrollHeadTabView, ScrollView, FlatList };