mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
7 lines
307 B
TypeScript
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;
|