Skip to content

Commit 38638e5

Browse files
fix(@clayui/pagination-bar): spritemap should be optional
1 parent 18c11a7 commit 38638e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clay-pagination-bar/src/PaginationBarWithBasicItems.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ interface IProps extends React.ComponentProps<typeof PaginationBar> {
9999
/**
100100
* Path to spritemap from clay-css.
101101
*/
102-
spritemap: string;
102+
spritemap?: string;
103103

104104
/**
105105
* The total number of items in the pagination list.

0 commit comments

Comments
 (0)