claus / react-dat-gui

React dat.GUI
MIT License
292 stars 56 forks source link

interface DatSelectProps is missing optionLabels: any[] #78

Open bertom opened 3 years ago

bertom commented 3 years ago

gives typescript error when using optionLabels

Property 'optionLabels' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<DatSelect> & Readonly<DatSelectProps> & Readonly<...>'.