@aloudata/ink-flow 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Handle/index.d.ts +1 -1
- package/dist/components/Handle/index.d.ts.map +1 -1
- package/dist/container/InkFlow/index.d.ts +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/utils/general.d.ts +2 -2
- package/dist/utils/general.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -5,5 +5,5 @@ export interface HandleComponentProps extends HandleProps, Omit<HTMLAttributes<H
|
|
|
5
5
|
/**
|
|
6
6
|
* The Handle component is a UI element that is used to connect nodes.
|
|
7
7
|
*/
|
|
8
|
-
export declare const Handle: import("react").MemoExoticComponent<(props: HandleComponentProps & import("react").RefAttributes<HTMLDivElement>) =>
|
|
8
|
+
export declare const Handle: import("react").MemoExoticComponent<(props: HandleComponentProps & import("react").RefAttributes<HTMLDivElement>) => JSX.Element>;
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Handle/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,cAAc,EAKpB,MAAM,OAAO,CAAC;AAOf,OAAO,EACL,WAAW,EAKZ,MAAM,oBAAoB,CAAC;AAO5B,MAAM,WAAW,oBACf,SAAQ,WAAW,EACjB,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,IAAI,CAAC;CAAG;AAmPjD;;GAEG;AACH,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Handle/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,cAAc,EAKpB,MAAM,OAAO,CAAC;AAOf,OAAO,EACL,WAAW,EAKZ,MAAM,oBAAoB,CAAC;AAO5B,MAAM,WAAW,oBACf,SAAQ,WAAW,EACjB,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,IAAI,CAAC;CAAG;AAmPjD;;GAEG;AACH,eAAO,MAAM,MAAM,mIAAyC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { Edge, Node, InkFlowProps } from '../../types';
|
|
2
|
-
declare const _default: <NodeType extends Node = Node, EdgeType extends Edge = Edge>(props: InkFlowProps<NodeType, EdgeType> & import("react").RefAttributes<HTMLDivElement>) =>
|
|
2
|
+
declare const _default: <NodeType extends Node = Node, EdgeType extends Edge = Edge>(props: InkFlowProps<NodeType, EdgeType> & import("react").RefAttributes<HTMLDivElement>) => JSX.Element;
|
|
3
3
|
export default _default;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|