Skip to main content
Latest
type alias queries.QueryByBoundAttribute
import { type queries } from "https://deno.land/x/fresh_testing_library@0.13.1/components.ts";
const { QueryByBoundAttribute } = queries;

Type Parameters

optional
T extends HTMLElement = HTMLElement
definition: (
container: HTMLElement,
id: Matcher,
options?: MatcherOptions,
) => T | null