Skip to content

Commit

Permalink
Expose create_trigger from top module (#88)
Browse files Browse the repository at this point in the history
This matches the functions for create_effect and create_signals
  • Loading branch information
jrmoulton authored Aug 16, 2023
1 parent c0c1e63 commit 028c60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reactive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ pub use effect::{create_effect, untrack};
pub use memo::{create_memo, Memo};
pub use scope::{as_child_of_current_scope, with_scope, Scope};
pub use signal::{create_rw_signal, create_signal, ReadSignal, RwSignal, WriteSignal};
pub use trigger::Trigger;
pub use trigger::{create_trigger, Trigger};

0 comments on commit 028c60a

Please sign in to comment.