leptos_use/core/
position.rs

1
2
3
4
5
#[derive(Copy, Clone, Default, Debug)]
pub struct Position {
    pub x: f64,
    pub y: f64,
}