/** * Pixel insets used for view padding. */ export type ViewPadding = { top?: number; right?: number; bottom?: number; left?: number; };