import { UIRenderHtmlCardProps } from '../../toolkit/toolkit-types'; const html = ``; const rtlListDiscConfig: UIRenderHtmlCardProps = { title: 'RTL Mode with Arabic Counter Style', props: { source: { html }, renderersProps: { ul: { enableExperimentalRtl: true } } } }; export default rtlListDiscConfig;