UNPKG

el-vis-audio

Version:

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

7 lines (6 loc) 146 B
export interface PlayPauseButtonProps { backgroundColor?: string; hoverColor?: string; playing?: boolean; onClick?: () => void; }