UNPKG

@aws-amplify/ui

Version:

`@aws-amplify/ui` contains low-level logic & styles for stand-alone usage or re-use in framework-specific implementations.

9 lines (7 loc) 181 B
const image = { maxWidth: { value: '100%' }, height: { value: 'auto' }, objectFit: { value: 'initial' }, objectPosition: { value: 'initial' }, }; export { image };