pub fn use_element_bounding_with_options<El, M>(
target: El,
options: UseElementBoundingOptions,
) -> UseElementBoundingReturn<impl Fn() + Clone + Send + Sync>where
El: IntoElementMaybeSignal<Element, M>,
Expand description
Version of use_element_bounding
that takes a UseElementBoundingOptions
. See use_element_bounding
for how to use.