Environment
I'm using Typescript with react.
I've installed react-bootstrap-date-picker with yarn install react-bootstrap-date-picker
.
The website does not tell how to import the component.
Question
From looking at the installed node module (within the node_modules
folder), how do I figure out the import path of the component?
What I've tried
I tried import { DatePicker as BSDatePicker } from 'react-bootstrap-date-picker';
, but it errors out Could not find a declaration file for module 'react-bootstrap-date-picker'.