Skip to content

Commit 1191ad3

Browse files
chore(ui): fix story types
1 parent 4f63b76 commit 1191ad3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/ui-components/src/components/Pagination/Pagination.stories.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ export default {
2222
type: { summary: "string" },
2323
},
2424
},
25+
onKeyPress: {
26+
control: false,
27+
table: {
28+
type: { summary: "(controlCurrentPage?: number) => void" },
29+
},
30+
},
2531
},
2632
decorators: [
2733
(Story: StoryFn) => (

0 commit comments

Comments
 (0)