import { UIRenderHtmlCardProps } from '../../toolkit/toolkit-types'; const html = ` This text can be clicked. An the image too! `; const anchorsBlockConfig: UIRenderHtmlCardProps = { title: 'Block Anchor Example', caption: '', props: { source: { html } }, preferHtmlSrc: true }; export default anchorsBlockConfig;