UNPKG

react-native-ui-lib

Version:

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

5 lines (4 loc) 158 B
import React from 'react'; export default class UIComponent<P = {}, S = {}, SS = any> extends React.PureComponent<P, S, SS> { static defaultProps: any; }