Skip to main content

euv_ui/component/input/hook/
struct.rs

1use super::*;
2
3/// Input functionality for handling form input events.
4///
5/// Provides methods for creating toggle handlers, input value handlers,
6/// and focus/blur event handlers.
7#[derive(Clone, Copy, Debug, Default, Eq, Hash, Ord, PartialEq, PartialOrd)]
8pub struct UseEuvInput;