UNPKG

react-dnd

Version:

Drag and Drop for React

5 lines (4 loc) 98 B
export interface Ref<T> { current: T; } export declare function isRef(obj: unknown): boolean;