UNPKG

@gluestack-ui-nightly/core

Version:

Universal UI components for React Native, Expo, and Next.js

6 lines 263 B
import type React from 'react'; import type { IImageComponentType } from './types'; export declare function createImage<StyledImage>({ Root, }: { Root: React.ComponentType<StyledImage>; }): IImageComponentType<StyledImage>; //# sourceMappingURL=index.d.ts.map