import { type HandleProps } from '@xyflow/system'; import { JSX } from 'solid-js'; export interface HandleComponentProps extends HandleProps, Omit, 'id'> { } declare function HandleComponent(_p: HandleComponentProps): JSX.Element; /** * The Handle component is a UI element that is used to connect nodes. */ export declare const Handle: typeof HandleComponent; export {}; //# sourceMappingURL=index.d.ts.map