import { Card, CardHeader } from "@patternfly/react-core"; export const CardUpdatedClickableMarkupInput = () => { const selectableActionsObj = {}; const selectableActionsObjMany = {to: "#", selectableActionProps: {}}; return ( <> > ); };