9 lines
277 B
TypeScript
9 lines
277 B
TypeScript
/**
|
|
* Hook for getting the visible node ids from the store.
|
|
*
|
|
* @internal
|
|
* @param onlyRenderVisible
|
|
* @returns array with visible node ids
|
|
*/
|
|
export declare function useVisibleNodeIds(onlyRenderVisible: boolean): string[];
|
|
//# sourceMappingURL=useVisibleNodeIds.d.ts.map
|