Skip to content

Commit fda3932

Browse files
committed
Fix title step type formatting
1 parent 9a45fbf commit fda3932

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ declare module 'intro.js-react' {
1919
/**
2020
* The tooltip title.
2121
*/
22-
title?:string
22+
title?: string
23+
2324
/**
2425
* CSS class of the tooltip.
2526
*/

0 commit comments

Comments
 (0)