UNPKG

@trycourier/courier-react

Version:

The React components for the Courier web UI

3 lines (2 loc) 113 B
import { ReactNode } from 'react'; export declare function reactNodeToHTMLElement(node: ReactNode): HTMLElement;