Interface SoundComponentProps

interface SoundComponentProps {
    filePath: string;
}

Hierarchy (view full)

Properties

Properties

filePath: string