UNPKG

react-native-ui-lib

Version:

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

9 lines (8 loc) 171 B
interface Props { style?: any; } interface Component { props: Props; } declare const findStyle: <T>(key: string, component: Component) => T; export { findStyle };