import Button from './button.taro.vue';
import type { ComponentPublicInstance } from 'vue';
export type { ButtonProps } from './button.taro.vue';
export type { ButtonType, ButtonSize, ButtonShape, ButtonFormType } from './types';
export type ButtonInstance = ComponentPublicInstance & InstanceType<typeof Button>;
export { Button, Button as default };
