UNPKG

audioui

Version:

Modern, accessible audio UI components for React applications

17 lines (15 loc) 368 B
interface AudioUIComponent { name: string; version: string; } declare const VERSION = "0.1.0"; declare const AUTHOR = "Cohen Concepts"; declare const Components: { ADSREnvelope: string; Dial: string; MIDIPad: string; PitchBend: string; ModWheel: string; XYPad: string; }; export { AUTHOR, type AudioUIComponent, Components, VERSION };