ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
263 B
263 B
sidebar_label |
---|
HandleFor |
HandleFor type
Signature:
export type HandleFor<T> = T extends Node ? ElementHandle<T> : JSHandle<T>;
References: ElementHandle, JSHandle