UNPKG

el-vis-audio

Version:

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

7 lines (6 loc) 134 B
export interface ButtonProps { backgroundColor?: string; hoverColor?: string; label?: string; onClick?: () => void; }