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 0af8bd0 commit a90bf89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface LinearProgressClasses {
*/
dashedColorPrimary: string;
/** Styles applied to the additional bar element if `variant="buffer"` and `color="secondary"`.
* @deprecated Combine the [.MuiLinearProgress-dashed](/material-ui/api/linear-progress/#linear-progress-classes-dashed) and [.MuiChip-colorSecondary](/material-ui/api/linear-progress/#linear-progress-classes-colorSecondary) 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-colorSecondary](/material-ui/api/linear-progress/#linear-progress-classes-colorSecondary) classes instead. [How to migrate](/material-ui/migration/migrating-from-deprecated-apis/)
*/
dashedColorSecondary: string;
/** Styles applied to the layered bar1 and bar2 elements. */
Expand Down

0 comments on commit a90bf89

Please sign in to comment.