Viewing File: /home/maglabs/greentech/wp-content/plugins/leadin/scripts/gutenberg/UIComponents/UIImage.ts

import { styled } from '@linaria/react';

export default styled.img`
  height: ${props => (props.height ? props.height : 'auto')};
  width: ${props => (props.width ? props.width : 'auto')};
`;
Back to Directory File Manager