Skip to content

Commit

Permalink
fix(Options): Added middle and center to interface 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
flauc committed Nov 5, 2017
1 parent 625942a commit 76dbf17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/options.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ export interface Options {
rtl?: boolean;
animate?: 'fade' | 'fromTop' | 'fromRight' | 'fromBottom' | 'fromLeft' | 'rotate' | 'scale';
icons?: Icons;
position?: ['top' | 'bottom', 'right' | 'left'];
position?: ['top' | 'bottom' | 'middle', 'right' | 'left' | 'center'];
}

0 comments on commit 76dbf17

Please sign in to comment.