UNPKG

react-native-ui-lib

Version:

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

6 lines (5 loc) 336 B
import type { ImageSourceType } from '../components/image'; export declare function isSvgUri(source?: ImageSourceType): any; export declare function isSvg(source?: ImageSourceType): any; export declare function isBase64ImageContent(data: string): boolean; export declare function getAsset(assetName?: string, assetGroup?: string): any;