UNPKG

react-native-ui-lib

Version:

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

14 lines (11 loc) 264 B
declare namespace globalThis { // eslint-disable-next-line no-var var _UILIB_TESTING: boolean; } // This support importing png files, typing wise declare module '*.png'; declare namespace JSX { interface IntrinsicAttributes { fsTagName?: string; } }