From a621e92127e816a7d002f52ec1244853cfce399c Mon Sep 17 00:00:00 2001 From: Meis Date: Thu, 8 Feb 2024 17:26:28 -0700 Subject: [PATCH] fix: Export TextArea component from DSR library --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 76907056..a47a95ab 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,6 +46,7 @@ export { SelectMulti } from './components/Select/SelectMulti'; export { SelectSingle } from './components/Select/SelectSingle'; export { Table } from './components/Table/Table'; export { Tagline } from './components/Tagline/Tagline'; +export { TextArea } from './components/TextInput/TextArea'; export { TextInput } from './components/TextInput/TextInput'; export { TextIntroduction,