Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: Add new props
buttonStyle
and title
to AudioPlayerProps
This commit introduces new props `buttonStyle` and `title` to the `AudioPlayerProps` interface. These props are used in the `AudioPlayer` component to style the button and display a title. Changes: - Added `buttonStyle` and `title` props to `AudioPlayerProps` - Utilized `buttonStyle` prop to style the button - Utilized `title` prop to display a title
- Loading branch information