import React from 'react'; import 'twin.macro'; import ButtonAction from '../../../types/UserInterface/ButtonAction'; import ButtonPrimary from '../Styled/ButtonPrimary'; import ButtonSecondary from '../Styled/ButtonSecondary'; export interface PopupButtonsProps { actions: ButtonAction[], } export default function PopupButtons({ actions, }: PopupButtonsProps) { return (