Skip to content

Commit

Permalink
Update packages/mui-material/src/LinearProgress/linearProgressClasses.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Andai <[email protected]>
Signed-off-by: headiron <[email protected]>
  • Loading branch information
headironc and DiegoAndai authored Jan 9, 2025
1 parent 27d216e commit 0af8bd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface LinearProgressClasses {
/** Styles applied to the additional bar element if `variant="buffer"`. */
dashed: string;
/** Styles applied to the additional bar element if `variant="buffer"` and `color="primary"`.
* @deprecated Combine the [.MuiLinearProgress-dashed](/material-ui/api/linear-progress/#linear-progress-classes-dashed) and [.MuiChip-colorPrimary](/material-ui/api/linear-progress/#linear-progress-classes-colorPrimary) classes instead. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
* @deprecated Combine the [.MuiLinearProgress-dashed](/material-ui/api/linear-progress/#linear-progress-classes-dashed) and [.MuiLinearProgress-colorPrimary](/material-ui/api/linear-progress/#linear-progress-classes-colorPrimary) classes instead. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
*/
dashedColorPrimary: string;
/** Styles applied to the additional bar element if `variant="buffer"` and `color="secondary"`.
Expand Down

0 comments on commit 0af8bd0

Please sign in to comment.