unlayer-types
Advanced tools
Comparing version 1.5.31 to 1.5.32
@@ -66,4 +66,4 @@ /// <reference types="react" /> | ||
declare module "engine/config/intl" { | ||
import stockTranslations from '../translations'; | ||
export type Locale = keyof typeof stockTranslations | 'en-US'; | ||
import { StockLocale } from '../translations/types'; | ||
export type Locale = StockLocale | 'en-US'; | ||
export type TextDirection = 'ltr' | 'rtl'; | ||
@@ -70,0 +70,0 @@ export const DEFAULT_LOCALE = "en-US"; |
{ | ||
"name": "unlayer-types", | ||
"version": "1.5.31", | ||
"version": "1.5.32", | ||
"license": "MIT" | ||
} |
57529