We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61f19ea + cbb52db commit ad7b3faCopy full SHA for ad7b3fa
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## Unreleased
2
+
3
+* Add missing TypeScript `title` attribute type to steps.
4
5
## 0.6.0
6
7
* The `onBeforeChange` callback now receives the `nextElement` as second parameter.
index.d.ts
@@ -15,6 +15,10 @@ declare module 'intro.js-react' {
15
* Position of the tooltip.
16
*/
17
position?: string;
18
+ /**
19
+ * The tooltip title.
20
+ */
21
+ title?: string
22
/**
23
* CSS class of the tooltip.
24
0 commit comments