UNPKG

maxmsp-gui

Version:

React component library for stylised Max MSP GUI.

10 lines (9 loc) 205 B
import { FC } from 'react'; declare const Umenu: FC<{ ariaLabel?: string; items?: string[]; width?: number; setValue?: number; onChange?: (i: number) => void; }>; export default Umenu;