A11yTree - v0.2.2
    Preparing search index...

    Interface A11yTreeElementProps

    interface A11yTreeElementProps {
        children: ReactNode;
    }
    Index

    Properties

    Properties

    children: ReactNode

    Elements rendered in the a11y tree.