@matthewgapp/solidjs-flow
Version:
React Flow - A highly customizable React library for building node-based editors and interactive flow charts.
12 lines • 424 B
TypeScript
export type UseNodesInitializedOptions = {
includeHiddenNodes?: boolean;
};
/**
* Hook which returns true when all nodes are initialized.
*
* @public
* @param options.includeHiddenNodes - defaults to false
* @returns boolean indicating whether all nodes are initialized
*/
export declare function useNodesInitialized(options?: UseNodesInitializedOptions): boolean;
//# sourceMappingURL=useNodesInitialized.d.ts.map