Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias RenderResult
Re-export
import { type RenderResult } from "https://deno.land/x/fresh_testing_library@0.13.0/components.ts";

Type Parameters

optional
Q extends Queries = queries
definition: { container: Element; baseElement: Element; debug: (baseElement?: Element | DocumentFragment) => void; rerender: (ui: ComponentChild) => void; unmount: () => boolean; asFragment: () => DocumentFragment; } & [P in keyof Q]: BoundFunction<Q[P]>