mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
This was done once already for v3 https://github.com/DefinitelyTyped/DefinitelyTyped/pull/37489
Without doing this, tsc complains that node_modules/@types/react-custom-scrollbars/index.d.ts is not a module
This change also allows importing Scrollbars as the module default `import Scrollbars from` or as a named export `import {Scollbars} from` because either work.
Documentation that this is a UMD module:
|
||
|---|---|---|
| .. | ||
| v3 | ||
| index.d.ts | ||
| react-custom-scrollbars-tests.tsx | ||
| tsconfig.json | ||
| tslint.json | ||