This commit is contained in:
9
node_modules/dnd-core/lib/utils/dirtiness.d.ts
generated
vendored
Normal file
9
node_modules/dnd-core/lib/utils/dirtiness.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export declare const NONE: string[];
|
||||
export declare const ALL: string[];
|
||||
/**
|
||||
* Determines if the given handler IDs are dirty or not.
|
||||
*
|
||||
* @param dirtyIds The set of dirty handler ids
|
||||
* @param handlerIds The set of handler ids to check
|
||||
*/
|
||||
export declare function areDirty(dirtyIds: string[], handlerIds: string[] | undefined): boolean;
|
||||
Reference in New Issue
Block a user