import { Cell } from './cell.taro'; export type { CellProps } from './cell.taro'; export default Cell;