reafactor: decouple SidePeek from URL params
This commit is contained in:
4
components/TempDesignSystem/SidePeek/sidePeek.ts
Normal file
4
components/TempDesignSystem/SidePeek/sidePeek.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface SidePeekProps {
|
||||
handleClose: (isOpen: boolean) => void
|
||||
activeSidePeek: string | null
|
||||
}
|
||||
Reference in New Issue
Block a user