feat(ui): add type filter toggles

This commit is contained in:
2026-02-18 23:13:28 -08:00
commit a4cff9894c
14457 changed files with 2204835 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
import { type XYPosition } from '@xyflow/system';
/**
* Hook for updating node positions by passing a direction and factor
*
* @internal
* @returns function for updating node positions
*/
export declare function useMoveSelectedNodes(): (params: {
direction: XYPosition;
factor: number;
}) => void;
//# sourceMappingURL=useMoveSelectedNodes.d.ts.map