Interface CardGalleryModalProps

Hierarchy

  • CardGalleryModalProps

Properties

cardImages: string[]
playAudio: ((audio: string) => void)

Type declaration

    • (audio: string): void
    • Parameters

      • audio: string

      Returns void

setShowCardGallery: Dispatch<SetStateAction<boolean>>
showCardGallery: boolean

Generated using TypeDoc