Merged in feat/3685-new-textarea-component (pull request #3392)
feat(SW-3685): Add new TextArea and FormTextArea components * Add new TextArea and FormTextArea components * Update example form with description * Merge branch 'master' into feat/3685-new-textarea-component * Formatting new files with new prettier config * Added custom controls for the text area story Approved-by: Linus Flood
This commit is contained in:
2
packages/design-system/lib/components/TextArea/index.tsx
Normal file
2
packages/design-system/lib/components/TextArea/index.tsx
Normal file
@@ -0,0 +1,2 @@
|
||||
export { TextArea } from "./TextArea"
|
||||
export type { TextAreaProps } from "./types"
|
||||
Reference in New Issue
Block a user