@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 • 634 B
TypeScript
import _PortalHost from '../components/portal-host.client.js';
/**
* Renders the portal stack. Place this where portal layers should appear in the DOM.
* Must be used within a `PortalProvider`.
*/
export declare const PortalHost: (<AdditionalProps, ExactProps extends object = object, As extends import("../main").NodeElementType = typeof _PortalHost>(props?: import("../main").PolymorphicProps<typeof _PortalHost, As, AdditionalProps, ExactProps> | undefined, deps?: import("../main").DependencyList) => import("../main").NodeInstance<NoInfer<As>>) & {
element: typeof _PortalHost;
};
//# sourceMappingURL=portal-host.d.ts.map