feat(SW-391): Added sidepeek functionality to teasercard
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export interface SidePeekProps {
|
||||
contentKey: string
|
||||
contentKey?: string
|
||||
title: string
|
||||
isOpen?: boolean
|
||||
handleClose?: (isOpen: boolean) => void
|
||||
|
||||
Reference in New Issue
Block a user