UNPKG

woby

Version:

A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.

6 lines 248 B
import type { Child, Component, FunctionMaybe } from '../types'; export declare const Dynamic: <P = {}>({ component, props }: { component: Component<P>; props?: FunctionMaybe<P | null>; }) => Child; //# sourceMappingURL=dynamic.via.d.ts.map