```tsx import { Callout } from '@rnmapbox/maps'; Callout ``` Callout that displays information about a selected annotation near the annotation. ## props ### title ```tsx string ``` _required_ String that gets displayed in the default callout. ### style ```tsx ViewStyle ``` Style property for the Animated.View wrapper, apply animations to this ### containerStyle ```tsx ViewStyle ``` Style property for the native RNMBXCallout container, set at your own risk. ### contentStyle ```tsx ViewStyle ``` Style property for the content bubble. ### tipStyle ```tsx ViewStyle ``` Style property for the triangle tip under the content. ### textStyle ```tsx ViewStyle ``` Style property for the title in the content bubble.