Skip to content

Commit fe851db

Browse files
chore: fix types
1 parent 2a2867d commit fe851db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/button.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const meta: Meta<ButtonComponent> = {
77
title: 'Example/Button',
88
component: ButtonComponent,
99
tags: ['autodocs'],
10-
render: (args: ButtonComponent) => ({
10+
render: (args) => ({
1111
props: {
1212
backgroundColor: null,
1313
...args,

0 commit comments

Comments
 (0)