import { Form, Input, Button, Row, Col } from 'antd' import PropTypes from 'prop-types' // const selectores = { // consejoElectoral: { // name: "v1/consejo-electoral", // }, // } const Formulario = ({ form, onFinish, botones = [] }) => { return (
{ }} > {botones.map((i, index) => ( { Boolean(i?.text) ? ( ) : (