9 lines
212 B
TypeScript
9 lines
212 B
TypeScript
import type { EdgeInsets, Metrics } from './SafeArea.types';
|
|
|
|
export const initialWindowMetrics: Metrics | null = null;
|
|
|
|
/**
|
|
* @deprecated
|
|
*/
|
|
export const initialWindowSafeAreaInsets: EdgeInsets | null = null;
|