提交 e5e57cf6 编写于 作者: I Islam Attrash 提交者: Kamran Ahmed

[FIX] Adding Types for the new scoped classNames feature (#143)

上级 cfadc6c2
......@@ -713,6 +713,11 @@ declare module 'driver.js' {
* @default auto
*/
position?: string;
/**
* className for the popover on element
*/
className?: string;
}
interface DriverOptions {
......@@ -795,6 +800,11 @@ declare module 'driver.js' {
*/
prevBtnText?: string;
/**
* className for the driver popovers
*/
className?: string;
/**
* Callback to be called when element is about to be highlighted
* @param {Driver.Element} element
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册