UNPKG

@rneui/base

Version:
13 lines (12 loc) 402 B
import { ViewStyle } from 'react-native'; export declare const getTooltipStyle: ({ yOffset, xOffset, elementHeight, elementWidth, width, height, withPointer, backgroundColor, containerStyle, }: { yOffset: any; xOffset: any; elementHeight: any; elementWidth: any; width: any; height: any; withPointer: any; backgroundColor: any; containerStyle: any; }) => ViewStyle;