@rneui/base
Version:
Cross Platform React Native UI Toolkit
13 lines (12 loc) • 402 B
TypeScript
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;