@matthewgapp/solidjs-flow
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
5 lines • 332 B
TypeScript
export declare const NodeIdContext: import("solid-js").Context<(() => string | null) | null>;
export declare const Provider: import("solid-js").ContextProviderComponent<(() => string | null) | null>;
export declare const useNodeId: () => () => string | null;
export default NodeIdContext;
//# sourceMappingURL=NodeIdContext.d.ts.map