@react-smufl/core
Version:
React component library for rendering sheet music with SMuFL-compliant music font
8 lines • 337 B
TypeScript
import { SVGGElementDefaultProps } from '../utils/types';
export type ClefBoxProps = {
line?: number | undefined;
x?: number | undefined;
y?: number | undefined;
} & SVGGElementDefaultProps;
export declare const ClefBox: ({ line, x, y, children, ...props }: ClefBoxProps) => JSX.Element;
//# sourceMappingURL=ClefBox.d.ts.map