import { Elevator } from './elevator.taro'; export type { ElevatorProps } from './elevator.taro'; export default Elevator;