@matthewgapp/solidjs-flow
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
12 lines • 463 B
TypeScript
import { ConnectionLineType } from '@xyflow/system';
import type { ConnectionLineComponent } from '../../types';
import { JSX } from 'solid-js';
type ConnectionLineWrapperProps = {
type: ConnectionLineType;
component?: ConnectionLineComponent;
containerStyle?: JSX.CSSProperties;
style?: JSX.CSSProperties;
};
export declare function ConnectionLineWrapper(p: ConnectionLineWrapperProps): JSX.Element;
export {};
//# sourceMappingURL=index.d.ts.map