UNPKG

@aws-amplify/ui

Version:

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

11 lines (9 loc) 262 B
const transforms = { // TODO: make this more generic and cross-platform slideX: { small: { value: 'translateX(0.5em)' }, medium: { value: 'translateX(1em)' }, large: { value: 'translateX(2em)' }, }, }; export { transforms };