Skip to content

Commit d65539f

Browse files
mcnaveenkodiakhq[bot]
authored andcommitted
refactor(pagination): ♻️ change pagination story type
1 parent 6f93982 commit d65539f

5 files changed

Lines changed: 4 additions & 16 deletions

File tree

.husky/post-checkout

Lines changed: 0 additions & 3 deletions
This file was deleted.

.husky/post-commit

Lines changed: 0 additions & 3 deletions
This file was deleted.

.husky/post-merge

Lines changed: 0 additions & 3 deletions
This file was deleted.

.husky/pre-push

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/pagination/stories/PaginationBasic.stories.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@ export const Default: Story = {
2222
args: {},
2323
};
2424

25-
export const DefaultPage = {
25+
export const DefaultPage: Story = {
2626
args: {
2727
defaultPage: 5,
2828
count: 10,
2929
},
3030
};
3131

32-
export const BoundaryCount = {
32+
export const BoundaryCount: Story = {
3333
args: {
3434
defaultPage: 25,
3535
count: 50,
3636
boundaryCount: 5,
3737
},
3838
};
3939

40-
export const SibilingCount = {
40+
export const SiblingCount: Story = {
4141
args: {
4242
defaultPage: 25,
4343
count: 50,
44-
sibilingCount: 5,
44+
siblingCount: 5,
4545
},
4646
};

0 commit comments

Comments
 (0)