Searched defs:Small (Results 1 – 3 of 3) sorted by relevance
14 export declare const Small: ComponentType<TextProps>; constant
34 export const Small = forwardRef(({ style, ...props }, ref) => { constant
176 enum class ActivityIndicatorViewSize { Small, Large }; enumerator