UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

24 lines (23 loc) 451 B
export declare const Tooltip: { baseStyle: () => { py: number; px: number; shadow: number; rounded: string; _text: { fontSize: string; }; _light: { bg: string; _text: { color: string; }; }; _dark: { bg: string; _text: { color: string; }; }; }; };