UNPKG

maxmsp-gui

Version:

React component library for stylised Max MSP GUI.

8 lines (7 loc) 166 B
import { FC } from 'react'; declare const Toggle: FC<{ ariaLabel?: string; setValue?: boolean; onClick?: (b: boolean) => void; }>; export default Toggle;