QueryByText

typealias QueryByText<T> = (container: HTMLElement, id: Matcher, options: SelectorMatcherOptions?) -> T?(source)