Home
last modified time | relevance | path

Searched refs:WebViewStyle (Results 1 – 9 of 9) sorted by relevance

/expo/packages/html-elements/build/primitives/
H A DImage.d.ts3 import { WebViewStyle } from './View';
8 export type ImageStyle = Omit<NativeImageStyle, 'position'> & WebImageStyle & WebViewStyle;
H A DText.d.ts3 import { WebViewStyle } from './View';
25 …tyle = Omit<NativeTextStyle, 'position' | 'fontSize' | 'lineHeight'> & WebTextStyle & WebViewStyle;
H A DView.d.ts7 export interface WebViewStyle { interface
115 export type ViewStyle = Omit<NativeViewStyle, 'position'> & WebViewStyle;
H A DImage.js.map1WebViewStyle } from './View';\nimport { createSafeStyledView } from '../css/createSafeStyledView';…
H A DText.js.map1WebViewStyle } from './View';\nimport { createSafeStyledView } from '../css/createSafeStyledView';…
H A DView.js.map1WebViewStyle {\n /** @platform web */\n backdropFilter?: string;\n /** @platform web */\n anim…
/expo/packages/html-elements/src/primitives/
H A DImage.tsx4 import { WebViewStyle } from './View';
13 export type ImageStyle = Omit<NativeImageStyle, 'position'> & WebImageStyle & WebViewStyle;
H A DText.tsx9 import { WebViewStyle } from './View';
39 WebViewStyle;
H A DView.tsx19 export interface WebViewStyle {
128 export type ViewStyle = Omit<NativeViewStyle, 'position'> & WebViewStyle;