feat: add a LocaleDirection type

pull/4133/head
Arman Ozak 5 years ago
parent bb9851cb15
commit f48887d1f2

@ -14,3 +14,5 @@ export interface HttpErrorConfig {
hideCloseIcon?: boolean;
};
}
export type LocaleDirection = 'ltr' | 'rtl';

Loading…
Cancel
Save