Closed afmfe-iul closed 2 years ago
@afmfe-iul Thanks for reporting this.
I've restored TypeScript types back and can be directly imported like below
import { MultiSelect, SelectProps, Option } from "react-multi-select-component";
Thanks for the quick action @harshzalavadiya, much appreciated! :)
Is your feature request related to a problem? Please describe. After upgrading from version
4.1.12
to version4.3.2
we lost access toISelectProps
, prior we were importing it fromreact-multi-select-component/dist/types/lib/interfaces
.Describe the solution you'd like
ISelectProps
would be accessible again.Describe alternatives you've considered We made a copy of
ISelectProps
on our project.Edit: Also lost access to the
Option
interface.