UNPKG

@react-smufl/core

Version:

React component library for rendering sheet music with SMuFL-compliant music font

7 lines 240 B
export declare const StaffContextProvider: import("react").Provider<{ lines: 1 | 2 | 3 | 4 | 5 | 6; } | null>; export declare const useStaffContext: () => { lines: 1 | 2 | 3 | 4 | 5 | 6; }; //# sourceMappingURL=StaffContext.d.ts.map