We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895e705 commit 5d0776eCopy full SHA for 5d0776e
packages/material-ui/src/styles/transitions.js
@@ -32,14 +32,6 @@ function formatMs(milliseconds) {
32
return `${Math.round(milliseconds)}ms`;
33
}
34
35
-/**
36
- * @param {string|Array} [props]
37
- * @param {object} [options]
38
- * @param {string} options.prop
39
- * @param {number} options.duration
40
- * @param {string} options.easing
41
- * @param {number} options.delay
42
- */
43
export function create(props = ['all'], options = {}) {
44
const {
45
duration: durationOption = duration.standard,
0 commit comments