UNPKG

@mui/material

Version:

Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.

13 lines (12 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = createMotion; const EMPTY_MOTION = {}; function createMotion(inputMotion = EMPTY_MOTION) { return { reducedMotion: 'never', ...inputMotion }; }