UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

6 lines (4 loc) 94 B
export function noop(): void {} export function identity<T>(value: T): T { return value; }