/** @jsx jsx */ import { jsx, css } from '@emotion/react' import React, { useState } from "react"; import { Button, buttons } from "../types/button"; type Props = { callbackOnSubmit: any; callbackOnClose: any; prefill: Array