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

Type Parameters

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