UNPKG

@devloops/react-native-variant

Version:
14 lines (13 loc) 416 B
/// <reference types="react" /> export default function BottomBar({ helperText, success, error, warning, count, eventCount, max, bottomWrapperStyle, helperTextStyle, helperWrapperStyle, }: { helperText: any; success: any; error: any; warning: any; count: any; eventCount: any; max: any; bottomWrapperStyle: any; helperTextStyle: any; helperWrapperStyle: any; }): JSX.Element;