Skip to content

Commit 5d0776e

Browse files
committed
Remove redundant jsdoc
1 parent 895e705 commit 5d0776e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/material-ui/src/styles/transitions.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ function formatMs(milliseconds) {
3232
return `${Math.round(milliseconds)}ms`;
3333
}
3434

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-
*/
4335
export function create(props = ['all'], options = {}) {
4436
const {
4537
duration: durationOption = duration.standard,

0 commit comments

Comments
 (0)