feat(ui): add type filter toggles
This commit is contained in:
12
node_modules/@xyflow/react/dist/esm/components/ConnectionLine/index.d.ts
generated
vendored
Normal file
12
node_modules/@xyflow/react/dist/esm/components/ConnectionLine/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { CSSProperties } from 'react';
|
||||
import { ConnectionLineType } from '@xyflow/system';
|
||||
import type { ConnectionLineComponent, Node } from '../../types';
|
||||
type ConnectionLineWrapperProps<NodeType extends Node = Node> = {
|
||||
type: ConnectionLineType;
|
||||
component?: ConnectionLineComponent<NodeType>;
|
||||
containerStyle?: CSSProperties;
|
||||
style?: CSSProperties;
|
||||
};
|
||||
export declare function ConnectionLineWrapper<NodeType extends Node = Node>({ containerStyle, style, type, component, }: ConnectionLineWrapperProps<NodeType>): import("react/jsx-runtime").JSX.Element | null;
|
||||
export {};
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
1
node_modules/@xyflow/react/dist/esm/components/ConnectionLine/index.d.ts.map
generated
vendored
Normal file
1
node_modules/@xyflow/react/dist/esm/components/ConnectionLine/index.d.ts.map
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/ConnectionLine/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAGtC,OAAO,EACL,kBAAkB,EAKnB,MAAM,gBAAgB,CAAC;AAIxB,OAAO,KAAK,EAAE,uBAAuB,EAAE,IAAI,EAAkB,MAAM,aAAa,CAAC;AAGjF,KAAK,0BAA0B,CAAC,QAAQ,SAAS,IAAI,GAAG,IAAI,IAAI;IAC9D,IAAI,EAAE,kBAAkB,CAAC;IACzB,SAAS,CAAC,EAAE,uBAAuB,CAAC,QAAQ,CAAC,CAAC;IAC9C,cAAc,CAAC,EAAE,aAAa,CAAC;IAC/B,KAAK,CAAC,EAAE,aAAa,CAAC;CACvB,CAAC;AAUF,wBAAgB,qBAAqB,CAAC,QAAQ,SAAS,IAAI,GAAG,IAAI,EAAE,EAClE,cAAc,EACd,KAAK,EACL,IAAI,EACJ,SAAS,GACV,EAAE,0BAA0B,CAAC,QAAQ,CAAC,kDAoBtC"}
|
||||
Reference in New Issue
Block a user