refactor(SW-194): use design system button

This commit is contained in:
Matilda Landström
2024-10-10 10:10:08 +02:00
parent 11d59932af
commit c7386ca254
4 changed files with 21 additions and 13 deletions

View File

@@ -7,5 +7,7 @@ export interface ShowMoreButtonProps
VariantProps<typeof showMoreButtonVariants> {
disabled?: boolean
showLess?: boolean
textShowMore?: string
textShowLess?: string
loadMoreData: () => void
}