Skip to content

Commit

Permalink
[Joy][Textarea] Expose decorator classes (mui#35247)
Browse files Browse the repository at this point in the history
  • Loading branch information
zignis authored and felipe.richter committed Dec 6, 2022
1 parent c8835a3 commit 5c7f65e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/mui-joy/src/Textarea/textareaClasses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export interface TextareaClasses {
sizeMd: string;
/** Styles applied to the root element if `size="lg"`. */
sizeLg: string;
/** Styles applied to the startDecorator element if supplied. */
startDecorator: string;
/** Styles applied to the endDecorator element if supplied. */
endDecorator: string;
/** Styles applied to the root element if `variant="plain"`. */
variantPlain: string;
/** Styles applied to the root element if `variant="outlined"`. */
Expand Down Expand Up @@ -61,6 +65,8 @@ const textareaClasses: TextareaClasses = generateUtilityClasses('JoyTextarea', [
'sizeSm',
'sizeMd',
'sizeLg',
'startDecorator',
'endDecorator',
'variantPlain',
'variantOutlined',
'variantSoft',
Expand Down

0 comments on commit 5c7f65e

Please sign in to comment.