UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

20 lines (19 loc) 378 B
export declare const Tooltip: { baseStyle: () => { py: number; px: number; shadow: number; rounded: string; _text: { fontSize: string; color: string; }; bg: string; _dark: { bg: string; _text: { color: string; }; }; }; };