UNPKG

woby

Version:

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

11 lines 345 B
import type { Child, ChildWithMetadata, FunctionMaybe } from '../types'; declare const Portal: ({ when, mount, wrapper, children }: { mount?: Child; when?: FunctionMaybe<boolean>; wrapper?: Child; children?: Child; }) => ChildWithMetadata<{ portal: HTMLElement; }>; export default Portal; //# sourceMappingURL=portal.d.ts.map