Files
homelab-topology/node_modules/@xyflow/system/dist/umd/utils/shallow-node-data.d.ts

5 lines
267 B
TypeScript

import { NodeBase } from '../types';
type NodeData = Pick<NodeBase, 'id' | 'type' | 'data'>;
export declare function shallowNodeData(a: NodeData | NodeData[] | null, b: NodeData | NodeData[] | null): boolean;
export {};
//# sourceMappingURL=shallow-node-data.d.ts.map