UNPKG

woby

Version:

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

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