diff --git a/lib/src/interfaces/Options.ts b/lib/src/interfaces/Options.ts index 4851b40fbf..1ab5b4ef52 100644 --- a/lib/src/interfaces/Options.ts +++ b/lib/src/interfaces/Options.ts @@ -34,8 +34,11 @@ type FontWeight = | '900' | FontWeightIOS; export type LayoutOrientation = + | 'all' + | 'default' | 'portrait' | 'landscape' + | 'upsideDown' | 'sensor' | 'sensorLandscape' | 'sensorPortrait';