Home
last modified time | relevance | path

Searched refs:n (Results 1 – 25 of 1391) sorted by relevance

12345678910>>...56

/expo/packages/expo-maps/build/
H A DMap.types.js.map1n\nimport { CircleObject } from './Circle';\nimport { ClusterObject } from './Cluster';\nimport { …
H A DGeoJson.js.map1n\nimport { Color, PatternItem } from './Common.types';\n\n/**\n * GeoJson specific props.\n */\ne…
H A DCommon.types.js.map1n * Basic point type for representing a coordinate on a map.\n */\nexport type Point = {\n /**\n
H A DPolygon.js.map1n\nimport { Point, PatternItem } from './Common.types';\n\n/**\n * Props of Polygon component of E…
H A DMarker.js.map1n\nimport { Point } from './Common.types';\n\n/**\n * Marker specific props.\n */\nexport type Bas…
H A DCircle.js.map1n\nimport { Point } from './Common.types';\n\n/**\n * Props of Circle component of Expo Maps libra…
H A DPolyline.js.map1n\nimport { Point, PatternItem } from './Common.types';\n\n/**\n * Props of Polyline component of …
/expo/packages/expo-modules-autolinking/build/
H A Dtypes.js.map1n\nexport type SupportedPlatform = 'ios' | 'android' | 'web';\n\nexport interface SearchOptions {\
/expo/packages/expo-notifications/build/
H A DNotificationScheduler.types.js.map1n\nimport { NotificationRequest, NotificationContentInput } from './Notifications.types';\n\nexpor…
H A DNotifications.types.js.map1n PermissionExpiration,\n PermissionResponse,\n PermissionStatus,\n Subscription,\n} from 'exp…
/expo/packages/html-elements/build/primitives/
H A DView.js.map1n AccessibilityRole,\n StyleProp,\n View as NativeView,\n ViewStyle as NativeViewStyle,\n} fro…
/expo/packages/expo-image-picker/build/
H A DImagePicker.types.js.map1n\n// @needsAudit\n/**\n * Alias for `PermissionResponse` type exported by `expo-modules-core`.\n
/expo/packages/expo-location/build/
H A DLocation.types.js.map1n\n// @needsAudit\n/**\n * Enum with available location accuracies.\n */\nexport enum LocationAccu…
/expo/packages/expo-speech/build/
H A DSpeech.types.js.map1n\n/**\n * Native-only callback with parameters related to the word about to be uttered.\n * @plat…
/expo/packages/expo-manifests/build/
H A DManifests.js.map1n\n// @docsMissing\nexport interface ManifestAsset {\n url: string;\n}\n// @docsMissing\nexport t…
/expo/packages/expo-camera/build/
H A DCamera.types.js.map1n PermissionResponse,\n PermissionStatus,\n PermissionExpiration,\n PermissionHookOptions,\n} …
/expo/packages/expo-print/build/
H A DPrint.types.js.map1n /**\n * URI of a PDF file to print. Remote, local (ex. selected via `DocumentPicker`) or base…
/expo/packages/expo-document-picker/build/
H A Dtypes.js.map1n /**\n * The [MIME type(s)](https://en.wikipedia.org/wiki/Media_type) of the documents that ar…
/expo/packages/expo-contacts/build/
H A DContacts.js.map1n\nimport ExpoContacts from './ExpoContacts';\n\nexport type CalendarFormatType = CalendarFormats …
/expo/packages/expo-image/build/web/
H A DimageStyles.js.map1n[data-expoimage] .cross-dissolve {\n transition-property: opacity;\n animation-fill-mode: forwa…
/expo/packages/expo-auth-session/build/
H A DTokenRequest.types.js.map1n/**\n * Access token type.\n *\n * @see [Section 7.1](https://tools.ietf.org/html/rfc6749#section…
/expo/packages/expo-clipboard/build/
H A DClipboard.types.js.map1n\n// @needsAudit\nexport interface GetImageOptions {\n /**\n * The format of the clipboard ima…
/expo/packages/expo-web-browser/build/
H A DWebBrowser.types.js.map1n url: string;\n};\n\n// @needsAudit @docsMissing\nexport type WebBrowserWindowFeatures = Record<…
/expo/packages/expo-updates/build/
H A DUpdates.types.js.map1n\nexport type Manifest = NewManifest | BareManifest;\n\n/**\n * The types of update-related event…
/expo/packages/create-expo-module/build/
H A Dtypes.js.map1n\n/**\n * Possible command options.\n */\nexport type CommandOptions = {\n target: string;\n so…

12345678910>>...56