import { Button } from './button.taro'; export type { ButtonType, ButtonProps, ButtonSize, ButtonShape, ButtonFill, } from './button.taro'; export default Button;