Closed jedhazaymeh-toast closed 1 year ago
hey @jedhazaymeh-toast thanks for the request. I'll try to get to this in a couple of weeks when I have a weekend to dedicate to this. Would you like to try implementing yourself before then? I'll be happy to review the PR if you tag me
@jedhazaymeh-toast these interfaces should be available in version 1.3.1. Thanks!
Is your feature request related to a problem? Please describe. Instead of having to a create a duplicate of the
AudioPosition
interface insidereact-use-audio-player/dist/useAudioPosition
, I would like to be able to import the interface fromreact-use-audio-player
(similar to theAudioPlayerControls
type).Describe the solution you'd like Export the interface
AudioPosition
fromreact-use-audio-player/dist/useAudioPosition
, so it is accessible fromreact-use-audio-player
.