@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.
12 lines • 410 B
TypeScript
import { type ReactNode } from 'react';
/**
* Renders the portal stack. Place this component where portal layers should appear in the DOM.
* Renders nothing when the stack is empty.
* Must be used within a `PortalProvider`.
*/
declare function PortalHost(): ReactNode;
declare namespace PortalHost {
var displayName: string;
}
export default PortalHost;
//# sourceMappingURL=portal-host.client.d.ts.map