UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

7 lines (6 loc) 211 B
import React from 'react'; declare function asCardChild<T>(WrappedComponent: React.ComponentType<any>): React.ComponentType<T>; export default asCardChild; export type asCardChildProps = { context?: any; };