Skip to content

Commit 9614e5b

Browse files
chore(Button.stories): remove uneeded @ts-expect-error directive
1 parent 3ab1e43 commit 9614e5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Buttons/Button.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ const variants: ThemingProps<"Button">["variant"][] = [
4343
export const StyleVariants: Story = {
4444
argTypes: {
4545
size: {
46-
//@ts-expect-error
4746
...getThemingArgTypes(theme, "Button")?.size,
4847
defaultValue: "md",
4948
},

0 commit comments

Comments
 (0)