DefinitelyTyped/types/react-custom-scrollbars
Ryan Price ebec11f23b export v4 react-custom-scrollbars as namespace because it is a UMD module (#37520)
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: f632d08e72
2019-08-13 15:57:26 -07:00
..
v3
index.d.ts export v4 react-custom-scrollbars as namespace because it is a UMD module (#37520) 2019-08-13 15:57:26 -07:00
react-custom-scrollbars-tests.tsx
tsconfig.json
tslint.json