Skip to content

Commit

Permalink
test: 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toothlessdev committed Sep 1, 2024
1 parent 60adee7 commit 5d5d9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/form/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ButtonElement } from "./Button.style";

export interface ButtonProps extends React.ComponentProps<"button"> {
variant: "primary" | "secondary" | "outline" | "disabled" | "side" | "link" | "rounded";
variant: "primary" | "secondary" | "outline" | "disabled" | "side" | "link" | "rounded" | string;

width: string;
height: string;
Expand Down

0 comments on commit 5d5d9dc

Please sign in to comment.