import { Checkbox } from './checkbox.taro'; export type { CheckboxProps, CheckboxShape } from './checkbox.taro'; export default Checkbox;