fix(SW-194): cleanup

This commit is contained in:
Matilda Landström
2024-10-10 11:04:32 +02:00
parent 48b0278448
commit 2c1a3f595c

View File

@@ -1,6 +0,0 @@
export type ShowMoreButtonProps = {
textShowMore: string
textShowLess: string
allItemsVisible: boolean
handleToggleShowMore: () => void
}