ts
type ButtonType = "" | "primary" | "success" | "warning" | "danger";
type ButtonType = "" | "primary" | "success" | "warning" | "danger";