Skip to content

Commit

Permalink
fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Aug 6, 2024
1 parent 03f61ce commit e7157fa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/mui-babel-macros/MuiError.macro.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ function invertObject(object) {
}

/**
* Supported imports:
* 1. bare specifier e.g. `'@mui/internal-babel-macros/MuiError.macro'`
* 2. relative import from `packages/mui-utils/src` e.g. `'../macros/MuiError.macro'`
* Supported import:
* Bare specifier `'@mui/internal-babel-macros/MuiError.macro'`
* @param {import('babel-plugin-macros').MacroParams} param0
*/
function muiError({ references, babel, config, source }) {
Expand Down

0 comments on commit e7157fa

Please sign in to comment.