UNPKG

@matthewgapp/solidjs-flow

Version:

React Flow - A highly customizable React library for building node-based editors and interactive flow charts.

8 lines 241 B
export declare const useRef: <T>(initialValue: T) => RefObject<T>; export declare class RefObject<T> { private _current; constructor(_current: T); get current(): T; set current(value: T); } //# sourceMappingURL=hooks.d.ts.map