UNPKG

maxmsp-gui

Version:

React component library for stylised Max MSP GUI.

12 lines (11 loc) 272 B
import { FC } from 'react'; declare const Playbar: FC<{ ariaLabel?: string; inactive?: boolean; setPlaying?: boolean; setValue?: number; width?: number; onChange?: (x: number) => void; onPlay?: (b: boolean) => void; }>; export default Playbar;