import React from 'react'; import { ChatbotFootnote } from '@patternfly/virtual-assistant/dist/dynamic/ChatbotFooter'; export const FootnoteDemo: React.FunctionComponent = () => ( { alert('Do something!'); } }, link: { label: 'Learn more', url: 'https://www.redhat.com/' } }} /> );