import { FunctionComponent } from 'react'; import { ChatbotFootnote } from '@patternfly/chatbot/dist/dynamic/ChatbotFooter'; export const FootnoteDemo: FunctionComponent = () => ( { alert('Do something!'); } }, link: { label: 'View AI policy', url: 'https://www.redhat.com/' } }} /> );