A11yTree - v0.2.2
    Preparing search index...

    Interface A11yTreeFallbackRendererProps

    interface A11yTreeFallbackRendererProps {
        children: ReactNode;
        portal?: boolean;
    }
    Index

    Properties

    Properties

    children: ReactNode

    Fallback UI.

    portal?: boolean

    Portal children to document.body, out of the (possibly visually hidden) tree container. Renders in place during SSR.