Searched defs:createSafeStyledView (Results 1 – 4 of 4) sorted by relevance
1 export declare function createSafeStyledView<TView>(View: TView): TView; function
2 export declare function createSafeStyledView<TView extends React.ComponentType<any>>(View: TView): … function
1 export function createSafeStyledView(View) { function
3 export function createSafeStyledView(View) { function