Skip to content

Commit

Permalink
Merge pull request #178 from StarArawn/fix-export-types
Browse files Browse the repository at this point in the history
Export the cursor types.
  • Loading branch information
StarArawn authored Nov 26, 2022
2 parents a1fb105 + 92dcb10 commit 46d2e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ pub mod prelude {
pub use crate::children::KChildren;
pub use crate::clone_component::PreviousWidget;
pub use crate::context::*;
pub use crate::cursor::*;
pub use crate::event::*;
pub use crate::event_dispatcher::{EventDispatcher, EventDispatcherContext};
pub use crate::focus_tree::Focusable;
Expand Down

0 comments on commit 46d2e33

Please sign in to comment.