mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 19:04:15 -05:00
5 lines
104 B
Rust
5 lines
104 B
Rust
#[derive(Copy, Clone, Default, PartialEq)]
|
|
pub struct Size {
|
|
pub width: f64,
|
|
pub height: f64,
|
|
}
|