Home
last modified time | relevance | path

Searched refs:WebImageProps (Results 1 – 3 of 3) sorted by relevance

/expo/packages/html-elements/build/primitives/
H A DImage.d.ts9 export type WebImageProps = { alias
19 export type ImageProps = Omit<NativeImageProps, 'style'> & WebImageProps;
H A DImage.js.map1WebImageProps = {\n style?: StyleProp<ImageStyle>;\n /** @platform web */\n tabIndex?: number;\…
/expo/packages/html-elements/src/primitives/
H A DImage.tsx15 export type WebImageProps = {
26 export type ImageProps = Omit<NativeImageProps, 'style'> & WebImageProps;