UNPKG

croact

Version:

Simple React for compatible use

8 lines (7 loc) 264 B
import { CompatElement } from "./types"; export declare function renderToString(node: CompatElement | string): string; export declare function renderSelfToString(node: CompatElement): { tagName: string; attrs: Record<string, any>; children: string; };