import { ButtonProps } from "antd"; import { ButtonSize, ButtonType } from "antd/lib/button"; export type { ButtonProps, ButtonSize, ButtonType }; export * from "./Button";