Skip to content

Commit 9a45fbf

Browse files
author
Adil
committed
feat: 🏷️ Added title attribute in the interface Step
The `title` attribute was missing, and can be used without any errors.
1 parent 61f19ea commit 9a45fbf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.d.ts

+5
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ declare module 'intro.js-react' {
1515
* Position of the tooltip.
1616
*/
1717
position?: string;
18+
19+
/**
20+
* The tooltip title.
21+
*/
22+
title?:string
1823
/**
1924
* CSS class of the tooltip.
2025
*/

0 commit comments

Comments
 (0)