DefinitelyTyped/types/react-dnd-scrollzone/index.d.ts
2019-11-19 12:54:52 -08:00

7 lines
307 B
TypeScript

// Type definitions for react-dnd-scrollzone 5.0
// Project: https://github.com/azuqua/react-dnd-scrollzone#readme
// Definitions by: Marcos Junior <https://github.com/junalmeida>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export default function withScrolling<T>(component: T): T;