Islam Attrash
commited on
Commit
·
e5e57cf
1
Parent(s):
cfadc6c
[FIX] Adding Types for the new scoped classNames feature (#143)
Browse files- types/index.d.ts +10 -0
types/index.d.ts
CHANGED
@@ -713,6 +713,11 @@ declare module 'driver.js' {
|
|
713 |
* @default auto
|
714 |
*/
|
715 |
position?: string;
|
|
|
|
|
|
|
|
|
|
|
716 |
}
|
717 |
|
718 |
interface DriverOptions {
|
@@ -795,6 +800,11 @@ declare module 'driver.js' {
|
|
795 |
*/
|
796 |
prevBtnText?: string;
|
797 |
|
|
|
|
|
|
|
|
|
|
|
798 |
/**
|
799 |
* Callback to be called when element is about to be highlighted
|
800 |
* @param {Driver.Element} element
|
|
|
713 |
* @default auto
|
714 |
*/
|
715 |
position?: string;
|
716 |
+
|
717 |
+
/**
|
718 |
+
* className for the popover on element
|
719 |
+
*/
|
720 |
+
className?: string;
|
721 |
}
|
722 |
|
723 |
interface DriverOptions {
|
|
|
800 |
*/
|
801 |
prevBtnText?: string;
|
802 |
|
803 |
+
/**
|
804 |
+
* className for the driver popovers
|
805 |
+
*/
|
806 |
+
className?: string;
|
807 |
+
|
808 |
/**
|
809 |
* Callback to be called when element is about to be highlighted
|
810 |
* @param {Driver.Element} element
|