1 line
102 B
TypeScript
1 line
102 B
TypeScript
export type ButtonVariantStyle = "primary" | "danger" | "secondary" | "success" | "outline" | "ghost"; |