UNPKG

@noaignite/react-centra-checkout

Version:

React components and helpers for Centra checkout api

7 lines (5 loc) 177 B
interface HtmlEmbedProps extends React.ComponentProps<'div'> { html: string; } declare function HtmlEmbed(props: HtmlEmbedProps): React.ReactElement; export { HtmlEmbed };