import { HoverButton } from "./hoverbutton"; export type { TaroHoverButtonProps as HoverButtonProps } from "../../types"; export default HoverButton;