UNPKG

react-orchestra

Version:

A toolbox to build interactive and smart instruments on the web and mobile.

9 lines (8 loc) 179 B
export declare type Scales = { [scaleName: string]: { name: string; sequence: number[]; }; }; declare const scales: Scales; export default scales;