UNPKG

maxmsp-gui

Version:

React component library for stylised Max MSP GUI.

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