Preview:```ts
import * as React from "react"
import {useMemo} from "react"
import {
ImageStyle,
StyleProp,
TextStyle,
ViewStyle,
} from "react-native"
declare type ThemeProps = any
declare function useTheme(): any
interface StyleProps {
style?: StyleProp<any>
}
type ValidStyles =
| ImageStyle
| TextStyle
| ViewStyle
| ValidStyles[]
...```
You can choose specific lines to embed by selecting them before copying the link.