galexandrade / react-image-marker

It allows to be able to set markers on an image
MIT License
50 stars 12 forks source link

Marker : Fix typing #3

Open Fridus opened 3 years ago

Fridus commented 3 years ago

Hi, It solves this error:

error TS2345: Argument of type 'Marker' is not assignable to parameter of type '{ top: number; left: number; }'.
   Types of property 'top' are incompatible.
     Type 'Number' is not assignable to type 'number'.
       'number' is a primitive, but 'Number' is a wrapper object. Prefer using 'number' when possible.