refactor(SW-194): use design system button
This commit is contained in:
@@ -7,5 +7,7 @@ export interface ShowMoreButtonProps
|
||||
VariantProps<typeof showMoreButtonVariants> {
|
||||
disabled?: boolean
|
||||
showLess?: boolean
|
||||
textShowMore?: string
|
||||
textShowLess?: string
|
||||
loadMoreData: () => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user