@devloops/react-native-variant
Version:
react-native material ui library
14 lines (13 loc) • 416 B
TypeScript
/// <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;