Skip to content

Commit ab708b3

Browse files
committed
Add missing property in popover options
1 parent 173e06a commit ab708b3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

types/index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,12 @@ declare module 'driver.js' {
565565
* @default true
566566
*/
567567
isLast?: boolean;
568+
569+
/**
570+
* Position for the popover on element
571+
* @default auto
572+
*/
573+
position?: string;
568574
}
569575

570576
interface DriverOptions {

0 commit comments

Comments
 (0)