UNPKG

@atlaskit/pragmatic-drag-and-drop-hitbox

Version:

An optional package for Pragmatic drag and drop that enables the attaching of interaction information to a drop target

7 lines (6 loc) • 245 B
type TData = Record<string, unknown>; /** * Used to store a stable object, which returns a new object only if one of the values has changed */ export declare function stable<T extends TData>(isEqual?: (a: T, b: T) => boolean): any; export {};