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.
2 parents 70688d6 + 58cf30d commit 9343f06Copy full SHA for 9343f06
types/react-redux-toastr/index.d.ts
@@ -10,7 +10,7 @@ import { Component } from 'react';
10
import { Action, ActionCreator, Reducer } from 'redux';
11
12
export type iconType = 'success' | 'info' | 'warning' | 'error';
13
-export type positionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-ceter' | 'bottom-right';
+export type positionType = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
14
export type toastType = 'success' | 'info' | 'warning' | 'light' | 'error' | 'confirm' | 'message';
15
export type transitionInType = 'bounceIn' | 'bounceInDown' | 'fadeIn';
16
export type transitionOutType = 'bounceOut' | 'bounceOutUp' | 'fadeOut';
0 commit comments