New source found from dndbeyond.com
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ export interface ButtonProps
|
||||
className?: string;
|
||||
color?: "primary" | "secondary" | "success" | "info" | "warning" | "error";
|
||||
variant?: "solid" | "outline" | "text" | "tool";
|
||||
size?: "x-small" | "small" | "medium" | "large" | "x-large";
|
||||
size?: "x-small" | "smaller" | "small" | "medium" | "large" | "x-large";
|
||||
isDiv?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user