feat(component): New component textarea

This commit is contained in:
Vasu Singh
2023-07-11 00:12:06 +05:30
committed by GitHub
parent d2aeafda8c
commit 7569ca63be
7 changed files with 189 additions and 0 deletions

View File

@@ -62,4 +62,6 @@ export { default as Range } from './components/Range/Range.vue'
export { default as Radio } from './components/Radio/Radio.vue'
export { default as Textarea } from './components/Textarea/Textarea.vue'
export * from './composables'