Function leptos_use::use_timestamp_with_options
source ยท pub fn use_timestamp_with_options(options: UseTimestampOptions) -> Signal<f64>
Expand description
Version of use_timestamp
that takes a UseTimestampOptions
. See use_timestamp
for how to use.