UNPKG

@noaignite/react-centra-checkout

Version:

React components and helpers for Centra checkout api

8 lines 265 B
//#region src/internal/HtmlEmbed.d.ts interface HtmlEmbedProps extends React.ComponentProps<'div'> { html: string; } declare function HtmlEmbed(props: HtmlEmbedProps): React.ReactElement; //#endregion export { HtmlEmbed }; //# sourceMappingURL=HtmlEmbed.d.cts.map