Con los números de preguntas y secciones
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
'use client'
|
||||
import type { ReactNode } from 'react'
|
||||
|
||||
interface TextAreaFieldProps {
|
||||
name: string
|
||||
label: string
|
||||
label: ReactNode
|
||||
value: string
|
||||
required: boolean
|
||||
onChange: (value: string) => void
|
||||
|
||||
Reference in New Issue
Block a user