UNPKG

maxmsp-gui

Version:

React component library for stylised Max MSP GUI.

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