refactor(SW-194): break out button to separate component
This commit is contained in:
6
types/components/hotelPage/button.ts
Normal file
6
types/components/hotelPage/button.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export type ShowMoreButtonProps = {
|
||||
textShowMore: string
|
||||
textShowLess: string
|
||||
allItemsVisible: boolean
|
||||
handleToggleShowMore: () => void
|
||||
}
|
||||
Reference in New Issue
Block a user