leptos_use/core/
size.rs

1#[derive(Copy, Clone, Default, Debug, PartialEq)]
2pub struct Size {
3    pub width: f64,
4    pub height: f64,
5}