HiDeoo / intro.js-react

Intro.js react wrapper
MIT License
395 stars 58 forks source link

feat: :label: Added `title` attribute in the interface `Step` #90

Closed adevinwild closed 1 year ago

adevinwild commented 1 year ago

Ref to : https://github.com/HiDeoo/intro.js-react/issues/89

Describe the pull request

Added the title attribute inside the Step interface, it works without errors.

Why

The title attribute was missing, and can be used without any errors.

How

By adding a new key inside the interface Step inside the index.d.ts file.

Screenshots

index d ts
HiDeoo commented 1 year ago

Thanks for the detailed pull request.