Rezi
    Preparing search index...

    Type Alias TestRenderNode

    TestRenderNode: Readonly<
        {
            id: string
            | null;
            kind: VNode["kind"];
            path: readonly number[];
            props: TestNodeProps;
            rect: Rect;
            text?: string;
        },
    >