1export function createSafeStyledView<TView>(View: TView) { 2 // Do nothing by default 3 return View; 4} 5