UNPKG

maxmsp-gui

Version:

React component library for stylised Max MSP GUI.

8 lines (7 loc) 162 B
import { FC } from 'react'; declare const Bang: FC<{ ariaLabel?: string; ariaPressed?: boolean | null; onClick?: () => void; }>; export default Bang;