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