UNPKG

@noaignite/react-centra-checkout

Version:

React components and helpers for Centra checkout api

8 lines 264 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.ts.map