leptos-use/src/core/position.rs

6 lines
88 B
Rust
Raw Normal View History

2023-07-17 03:17:08 +01:00
#[derive(Copy, Clone, Default)]
2023-06-02 13:38:01 +01:00
pub struct Position {
pub x: f64,
pub y: f64,
}