We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a2cce commit 4267823Copy full SHA for 4267823
src/hooks/web/useIntro.ts
@@ -2,8 +2,9 @@
2
3
import intro from 'intro.js';
4
import 'intro.js/minified/introjs.min.css';
5
+import { Options } from 'intro.js/src/option';
6
-async function useIntro(options: intro.Options = {}) {
7
+async function useIntro(options: Partial<Options> = {}) {
8
intro()
9
.setOptions({
10
...{
0 commit comments