We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 625942a commit 76dbf17Copy full SHA for 76dbf17
src/interfaces/options.type.ts
@@ -14,5 +14,5 @@ export interface Options {
14
rtl?: boolean;
15
animate?: 'fade' | 'fromTop' | 'fromRight' | 'fromBottom' | 'fromLeft' | 'rotate' | 'scale';
16
icons?: Icons;
17
- position?: ['top' | 'bottom', 'right' | 'left'];
+ position?: ['top' | 'bottom' | 'middle', 'right' | 'left' | 'center'];
18
}
0 commit comments