Home
last modified time | relevance | path

Searched defs:Small (Results 1 – 3 of 3) sorted by relevance

/expo/packages/html-elements/build/elements/
H A D_Text.web.d.ts14 export declare const Small: ComponentType<TextProps>; constant
H A D_Text.web.js34 export const Small = forwardRef(({ style, ...props }, ref) => { constant
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/rncore/
H A DProps.h176 enum class ActivityIndicatorViewSize { Small, Large }; enumerator