sakamoto ryota
commited on
Commit
·
ce979ce
1
Parent(s):
4e74228
Add autsideClickNext option to index.d.ts
Browse files- types/index.d.ts +6 -0
types/index.d.ts
CHANGED
@@ -645,6 +645,12 @@ declare module 'driver.js' {
|
|
645 |
*/
|
646 |
allowClose?: boolean,
|
647 |
|
|
|
|
|
|
|
|
|
|
|
|
|
648 |
/**
|
649 |
* Background color for the stage behind the highlighted element
|
650 |
* @default '#ffffff'
|
|
|
645 |
*/
|
646 |
allowClose?: boolean,
|
647 |
|
648 |
+
/**
|
649 |
+
* Clicking outside the highlighted element should move next
|
650 |
+
* @default false
|
651 |
+
*/
|
652 |
+
outsideClickNext?: boolean,
|
653 |
+
|
654 |
/**
|
655 |
* Background color for the stage behind the highlighted element
|
656 |
* @default '#ffffff'
|