remove mitt typings namesapce
This commit is contained in:
2
typings/record/collection.d.ts
vendored
2
typings/record/collection.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import { removedNodeMutation } from '../types';
|
||||
export declare function deepDelete(addsSet: Set<Node>, n: Node): void;
|
||||
export declare function isParentRemoved(removes: removedNodeMutation[], n: Node): boolean;
|
||||
export declare function isParentDropped(droppedSet: Set<Node>, n: Node): boolean;
|
||||
export declare function isAncestorInSet(set: Set<Node>, n: Node): boolean;
|
||||
|
||||
Reference in New Issue
Block a user