UNPKG

maxmsp-gui

Version:

React component library for stylised Max MSP GUI.

7 lines (6 loc) 125 B
import { FC } from 'react'; declare const object: FC<{ inactive?: boolean; text?: string; }>; export default object;