UNPKG

react-dnd

Version:
5 lines (4 loc) 90 B
export interface Ref<T> { current: T; } export declare function isRef(obj: any): any;