Interface LevelEffectModalProps

Hierarchy

  • LevelEffectModalProps

Properties

level: string
playAudio: ((audio: string) => void)

Type declaration

    • (audio: string): void
    • Parameters

      • audio: string

      Returns void

setShowLevelEffectModal: Dispatch<SetStateAction<boolean>>
showLevelEffectModal: boolean

Generated using TypeDoc