appbaseio/reactivesearch

View on GitHub
packages/vue/src/styles/PoweredByImage.js

Summary

Maintainability
A
0 mins
Test Coverage
import styled from 'vue-emotion';

const PoweredByImage = styled('img')`
    width: 110px;
`;

export default PoweredByImage;