Home
last modified time | relevance | path

Searched refs:resolvedType (Results 1 – 2 of 2) sorted by relevance

/expo/docs/components/plugins/api/
H A DAPISectionComponents.tsx52 const resolvedType = getComponentType({ signatures });
62 {resolvedType && resolvedTypeParameters && (
70 {resolvedType}<{resolveTypeName(resolvedTypeParameters)}>
/expo/packages/expo-modules-core/android-annotation-processor/src/main/java/expo/modules/annotationprocessor/
H A DExpoSymbolProcessor.kt71 val resolvedType = resolveConverterType(function) ?: return in visitFunctionDeclaration() constant
81 resolvedType, in visitFunctionDeclaration()