leptos_use/core/
size.rs

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