Skip to content

Commit 76dbf17

Browse files
committed
fix(Options): Added middle and center to interface 🔨
1 parent 625942a commit 76dbf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/options.type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ export interface Options {
1414
rtl?: boolean;
1515
animate?: 'fade' | 'fromTop' | 'fromRight' | 'fromBottom' | 'fromLeft' | 'rotate' | 'scale';
1616
icons?: Icons;
17-
position?: ['top' | 'bottom', 'right' | 'left'];
17+
position?: ['top' | 'bottom' | 'middle', 'right' | 'left' | 'center'];
1818
}

0 commit comments

Comments
 (0)