import { UIRenderHtmlCardProps } from '../../toolkit/toolkit-types';
const html = `
___________________________
< I'm an expert in my field. >
---------------------------
\\ ^__^
\\ (oo)\\_______
(__)\\ )\\/\\
||----w |
|| ||
tag is preserved while white-spaces outside are collapsed.',
props: {
source: {
html
}
},
preferHtmlSrc: true
};
export default preformattedConfig;