UNPKG

el-vis-audio

Version:

audio/visual design system for [elementary.audio](https:/elementary.audio)

7 lines (6 loc) 160 B
export interface PlayPauseAudioProps { backgroundColor?: string; hoverColor?: string; playing?: boolean; onPlay?: (playing: boolean) => void; }