@razorpay/blade
Version:
The Design System that powers Razorpay
13 lines (10 loc) • 836 B
JavaScript
import { Image } from 'react-native';
import { componentIds } from './componentIds.js';
import { assignWithoutSideEffects } from '../../utils/assignWithoutSideEffects/assignWithoutSideEffects.js';
import '../../tokens/global/typography.js';
import '../../tokens/global/motion.js';
import { size } from '../../tokens/global/size.js';
import { jsx } from 'react/jsx-runtime';
var _ActionListItemAsset=function _ActionListItemAsset(props){var source=typeof props.src==='string'?{uri:props.src}:props.src;return jsx(Image,{source:source,style:{width:size[16],height:size[12]},accessibilityIgnoresInvertColors:true,alt:props.alt});};var ActionListItemAsset=assignWithoutSideEffects(_ActionListItemAsset,{componentId:componentIds.ActionListItemAsset});
export { ActionListItemAsset };
//# sourceMappingURL=ActionListItemAsset.native.js.map