Interface IconListProps

Hierarchy

  • IconListProps

Properties

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

Type declaration

    • (audio: string): void
    • Parameters

      • audio: string

      Returns void

setShowHelpModal: Dispatch<SetStateAction<boolean>>
setShowLevelEffectModal: Dispatch<SetStateAction<boolean>>
setShowLogModal: Dispatch<SetStateAction<boolean>>
setShowSettingsModal: Dispatch<SetStateAction<boolean>>

Generated using TypeDoc