UNPKG

syber-lowcode-business-materials

Version:
7 lines (6 loc) 181 B
import * as React from 'react'; export interface HtmlFragmentProps { htmlString: string; } declare const HtmlFragment: React.FC<HtmlFragmentProps>; export default HtmlFragment;