Skip to content

Commit cf22f61

Browse files
Shubhamchindaoliviertassinari
authored andcommitted
[TextareaAutosize] Export component in barrel index.js (mui#17003)
Fixes mui#17002 @joshwooding
1 parent 7d01949 commit cf22f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/material-ui/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export { default as TableRow } from './TableRow';
118118
export { default as TableSortLabel } from './TableSortLabel';
119119
export { default as Tabs } from './Tabs';
120120
export { default as TextField } from './TextField';
121+
export { default as TextareaAutosize } from './TextareaAutosize';
121122
export { default as Toolbar } from './Toolbar';
122123
export { default as Tooltip } from './Tooltip';
123124
export { default as Typography } from './Typography';

0 commit comments

Comments
 (0)