UNPKG

@hpcc-js/react

Version:
15 lines (14 loc) 391 B
import * as React from "@hpcc-js/preact-shim"; 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: React.FunctionComponent<SubgraphProps>; //# sourceMappingURL=subgraph.d.ts.map