sghall / react-compound-slider

:black_medium_small_square: React Compound Slider | A small React slider with no opinion on markup or styles
https://react-compound-slider.netlify.com
MIT License
626 stars 80 forks source link

TracksProps interface not included in package exports #100

Closed m7kvqbe1 closed 5 years ago

m7kvqbe1 commented 5 years ago

Problem or feature description:

The TracksProps TypeScript interface has not been included in the package exports:

https://github.com/sghall/react-compound-slider/blob/40552d3a6eda448277c4531b88d460c75ecbd1b4/src/index.d.ts#L16

Steps to reproduce (for problems):

Attempt to import interface from package:

import { TracksProps } from 'react-compound-slider'

// doesn't exist

Versions (for problems):

React-Compound-Slider: ^2.3.0

React: -

Browser: -

Operating System: -

sghall commented 5 years ago

Thanks! Released in version 2.4.0