Skip to content

Commit

Permalink
export STOP_EVENT_PROPAGATION (#48)
Browse files Browse the repository at this point in the history
* export STOP_EVENT_PROPAGATION

* Add changeset

---------

Co-authored-by: Dan <[email protected]>
  • Loading branch information
lsmurray and dan-lee authored Dec 25, 2024
1 parent 10e9136 commit de2958f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-baboons-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"timescape": patch
---

export `STOP_EVENT_PROPAGATION`
2 changes: 2 additions & 0 deletions packages/lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ type Registry = Map<DateType, RegistryEntry>;
export const $NOW = "$NOW" as const;
export type $NOW = typeof $NOW;

export { STOP_EVENT_PROPAGATION } from "./util";

export type Options = {
date?: Date;
minDate?: Date | $NOW;
Expand Down

0 comments on commit de2958f

Please sign in to comment.