UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

50 lines (49 loc) 993 B
declare function baseStyle(props: Record<string, any>): { bg: string; overflow: string; _filledTrack: { bg: any; shadow: number; height: string; display: string; alignItems: string; justifyContent: string; _text: { color: string; fontWeight: string; }; }; }; declare const _default: { baseStyle: typeof baseStyle; defaultProps: { colorScheme: string; size: string; rounded: string; min: number; max: number; value: number; isIndeterminate: boolean; }; sizes: { xs: { height: number; }; sm: { height: number; }; md: { height: number; }; lg: { height: number; }; xl: { height: number; }; '2xl': { height: number; }; }; }; export default _default;