A11yTree - v0.2.2
    Preparing search index...

    Interface A11yTreeMultiplexerProps

    interface A11yTreeMultiplexerProps {
        children: ReactNode;
        items: A11yTreeMultiplexerItem[];
    }
    Index

    Properties

    Properties

    children: ReactNode

    Slot structure (A11yTreeSlot, A11yTreeSlotGroup).

    Items routed to slots, automatically wrapped in A11yTreeSlotIn.