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
3 lines
83 B
TypeScript
3 lines
83 B
TypeScript
export { TextArea } from "./TextArea"
|
|
export type { TextAreaProps } from "./types"
|