UNPKG

woby

Version:

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

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