diff --git a/types/carbon-components-react/carbon-components-react-tests.tsx b/types/carbon-components-react/carbon-components-react-tests.tsx index 87db4e8875..0d022b761d 100644 --- a/types/carbon-components-react/carbon-components-react-tests.tsx +++ b/types/carbon-components-react/carbon-components-react-tests.tsx @@ -5,6 +5,7 @@ import { DataTableCustomRenderProps, DataTableHeader, DataTableRow, + NumberInput, Slider, Tab, Table, @@ -12,6 +13,8 @@ import { TableHeader, TableRow, TooltipDefinition, + TextArea, + TextInput, } from 'carbon-components-react'; import Link from 'carbon-components-react/lib/components/UIShell/Link'; @@ -267,7 +270,7 @@ const uisLinkT5 = ( // TooltipDefinition const tooltipDefHasAlign = ( - + ); const tooltipDefHasTriggerClassName = ( @@ -295,3 +298,71 @@ const SliderHasOnChange = ( onChange={(newValue) => newValue.value} /> ); + +// TextArea +const textAreaWithDefaultRef = ( +