@razorpay/blade
Version:
The Design System that powers Razorpay
10 lines (7 loc) • 588 B
JavaScript
import { SectionList } from 'react-native';
import styled from 'styled-components/native';
import { getBaseListBoxWrapperStyles } from './getBaseListBoxWrapperStyles.js';
import { makeSize } from '../../../utils/makeSize/makeSize.js';
var StyledListBoxWrapper=styled(SectionList)(function(props){return Object.assign({},getBaseListBoxWrapperStyles({theme:props.theme,isInBottomSheet:props.isInBottomSheet}),{padding:makeSize(props.theme.spacing[3]),marginBottom:makeSize(props.marginBottom)});});
export { StyledListBoxWrapper };
//# sourceMappingURL=StyledListBoxWrapper.native.js.map