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

Type Parameters

optional
Q extends Queries = queries

Properties

optional
container: Element
optional
baseElement: Element
optional
queries: Q
optional
wrapper: ComponentChild