Files
DefinitelyTyped/types/react-custom-scrollbars
Ryan PriceandNathan Shively-Sanders b25c73434a export react-custom-scrollbars as namespace because it is a UMD module (#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: https://github.com/malte-wessel/react-custom-scrollbars/commit/f632d08e725f30ac40cdb6257752ad36b40c6fef
2019-08-09 16:29:18 -07:00
..