A11yTree - v0.2.2
    Preparing search index...

    Interface A11yTreeSlotGroupProps

    interface A11yTreeSlotGroupProps {
        children: ReactNode;
        render: (content: ReactNode) => ReactNode;
    }
    Index

    Properties

    Properties

    children: ReactNode

    Slots within this group.

    render: (content: ReactNode) => ReactNode

    Wraps the group content, e.g. (content) => <NavigableRoot>{content}</NavigableRoot>.