componente · @solu30/ui-kit/display
ContentReportModal
El componente, montado
Cargando el componente del paquete instalado…
Cargando el chunk del paquete instalado…
De dónde se importa
import { ContentReportModal } from '@solu30/ui-kit/display'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| isOpen | sí | boolean | — |
| onClose | sí | () => void | — |
| title | opcional | string | — |
| options | sí | readonly ContentReportOption[] | — |
| onSubmit | sí | (data: ContentReportSubmitData) => void | — |
| isPending | opcional | boolean | — |
| submitLabel | opcional | string | — |
| textareaPlaceholder | opcional | string | — |