@hakit/components
Version:
A series of components to work with @hakit/core
7 lines • 376 B
TypeScript
import { ComponentPropsWithoutRef } from 'react';
export interface SvgGraphProps extends ComponentPropsWithoutRef<"svg"> {
coordinates?: number[][];
strokeWidth?: number;
}
export declare function SvgGraph({ coordinates, strokeWidth, cssStyles, className, ...rest }: SvgGraphProps): import("@emotion/react/jsx-runtime").JSX.Element;
//# sourceMappingURL=index.d.ts.map