1*641d0767SEvan Baconexport function createSafeStyledView<TView>(View: TView) {
2*641d0767SEvan Bacon  // Do nothing by default
3*641d0767SEvan Bacon  return View;
4*641d0767SEvan Bacon}
5