@reactodia/workspace
Version:
Reactodia Workspace -- library for visual interaction with graphs in a form of a diagram.
9 lines • 323 B
TypeScript
import * as React from 'react';
export interface HaloLinkProps {
highlightMargin?: number;
buttonSize?: number;
buttonMargin?: number;
children?: React.ReactNode;
}
export declare function HaloLink(props: HaloLinkProps): import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=haloLink.d.ts.map