feat: SW-276 Updated UI as per design
This commit is contained in:
@@ -34,3 +34,11 @@ export type ChildInfoSelectorProps = {
|
||||
index: number
|
||||
roomIndex: number
|
||||
}
|
||||
|
||||
export interface CounterProps {
|
||||
count: number
|
||||
handleOnIncrease: () => void
|
||||
handleOnDecrease: () => void
|
||||
disableIncrease: boolean
|
||||
disableDecrease: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user