type alias QueryByRoleimport { type QueryByRole } from "https://deno.land/x/fresh_testing_library@0.13.1/components.ts"; Type ParametersoptionalT extends HTMLElement = HTMLElementdefinition: (container: HTMLElement,role: ByRoleMatcher,options?: ByRoleOptions,) => T | null