import { UIRenderHtmlCardProps } from '../../toolkit/toolkit-types'; const html = `
Hello world!
`; const inlineStylesConfig: UIRenderHtmlCardProps = { title: 'Minimal Inline Styles Example', props: { source: { html } }, preferHtmlSrc: true }; export default inlineStylesConfig;