@xylabs/sdk-react
    Preparing search index...

    Interface PortalProps

    interface PortalProps {
        children: ReactNode;
        className?: string;
        el?: string;
        target?: string;
    }
    Index

    Properties

    children: ReactNode
    className?: string
    el?: string
    target?: string