@hailer-oy/birds-eye
Version:
This component library directory contains all the react components for Hailer Bird's Eye! Developing these componets happens [here](https://github.com/KvanttoriOy/birds-eye/tree/master/birds-eye-components), only copy your changes in lib from there to src
10 lines (9 loc) • 381 B
TypeScript
import { Data } from "../../types";
/**
* This function assigns be_transparent class to the desired nodes.
* This is used in highighting the correct nodes when clicked.
*
* @author Juhana Kuparinen <juhana.kuparinen@kvanttori.fi>
*/
export declare function highlightNodes({ nodes, links }: Data, node: string): void;
export declare function unHighlightNodes(): void;