@hpcc-js/react
Version:
hpcc-js - Viz React
14 lines (13 loc) • 336 B
TypeScript
import * as PReact from "./preact-shim.ts";
export interface SubgraphProps {
id: string;
origData?: any;
text: string;
width?: number;
height?: number;
fill?: string;
stroke?: string;
fontHeight?: number;
fontFamily?: string;
}
export declare const Subgraph: PReact.FunctionComponent<SubgraphProps>;