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 TextShortFieldProps {
|
||||
name: string
|
||||
label: string
|
||||
label: ReactNode
|
||||
value: string
|
||||
required: boolean
|
||||
placeholder?: string
|
||||
|
||||
Reference in New Issue
Block a user