Your IP : 216.73.216.1


Current Path : /proc/self/cwd/wp-content/plugins/leadin/scripts/gutenberg/UIComponents/
Upload File :
Current File : //proc/self/cwd/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')};
`;