Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import * as React from 'react';
import { Image } from '@skava/packages/ui';
import { wording, LIST } from './fixture';
export const CatalogBannerImage = (props) => (React.createElement(Image, Object.assign({ nowrap: true, src: LIST[1], alt: wording.bannerImage }, props)));
//# sourceMappingURL=renderProps.js.map