UNPKG

@meonode/ui

Version:

A structured approach to component composition, direct CSS-first prop styling, built-in theming, smart prop handling (including raw property pass-through), and dynamic children.

9 lines 443 B
import type { NodeInstance } from './node.type.js'; /** * Renders a Meonode instance into a DOM container. * @param node The Meonode instance to render (e.g., created with Div(), P(), etc.). * @param container The DOM element to mount the content into. * @returns The React root instance. */ export declare function render(node: NodeInstance<any>, container: Element): import("react-dom/client").Root; //# sourceMappingURL=client.d.ts.map