mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-02 10:54:15 -05:00
chore: rustfmt
This commit is contained in:
parent
44aaa14cd6
commit
ef0989cbdd
1 changed files with 6 additions and 6 deletions
12
src/lib.rs
12
src/lib.rs
|
@ -21,15 +21,13 @@ pub use use_element_size::*;
|
|||
pub use use_resize_observer::*;
|
||||
|
||||
mod on_click_outside;
|
||||
mod use_document_visibility;
|
||||
mod use_window_scroll;
|
||||
mod use_window_focus;
|
||||
mod use_active_element;
|
||||
mod use_breakpoints;
|
||||
mod use_color_mode;
|
||||
mod use_css_var;
|
||||
mod use_cycle_list;
|
||||
mod use_debounce_fn;
|
||||
mod use_document_visibility;
|
||||
mod use_element_hover;
|
||||
mod use_element_visibility;
|
||||
mod use_event_listener;
|
||||
|
@ -45,6 +43,8 @@ mod use_preferred_dark;
|
|||
mod use_scroll;
|
||||
mod use_supported;
|
||||
mod use_throttle_fn;
|
||||
mod use_window_focus;
|
||||
mod use_window_scroll;
|
||||
mod watch;
|
||||
mod watch_debounced;
|
||||
mod watch_pausable;
|
||||
|
@ -52,15 +52,13 @@ mod watch_throttled;
|
|||
mod whenever;
|
||||
|
||||
pub use on_click_outside::*;
|
||||
pub use use_document_visibility::*;
|
||||
pub use use_window_scroll::*;
|
||||
pub use use_window_focus::*;
|
||||
pub use use_active_element::*;
|
||||
pub use use_breakpoints::*;
|
||||
pub use use_color_mode::*;
|
||||
pub use use_css_var::*;
|
||||
pub use use_cycle_list::*;
|
||||
pub use use_debounce_fn::*;
|
||||
pub use use_document_visibility::*;
|
||||
pub use use_element_hover::*;
|
||||
pub use use_element_visibility::*;
|
||||
pub use use_event_listener::*;
|
||||
|
@ -76,6 +74,8 @@ pub use use_preferred_dark::*;
|
|||
pub use use_scroll::*;
|
||||
pub use use_supported::*;
|
||||
pub use use_throttle_fn::*;
|
||||
pub use use_window_focus::*;
|
||||
pub use use_window_scroll::*;
|
||||
pub use watch::*;
|
||||
pub use watch_debounced::*;
|
||||
pub use watch_pausable::*;
|
||||
|
|
Loading…
Add table
Reference in a new issue