A11yTree - v0.2.2
    Preparing search index...

    Interface A11yTreeSlotInProps

    interface A11yTreeSlotInProps {
        children: ReactNode;
        slotId: string;
    }
    Index

    Properties

    Properties

    children: ReactNode

    Visual children. A11y content from these will tunnel to the slot.

    slotId: string

    The slot ID to route a11y content to.