@wayward/types 2.11.3-beta.dev.20220123.2 → 2.11.3-beta.dev.20220124.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -65,7 +65,7 @@ declare enum BindingEvent {
|
|
|
65
65
|
holding = 2
|
|
66
66
|
}
|
|
67
67
|
declare type BindingEventName = keyof typeof BindingEvent;
|
|
68
|
-
export { BindingEventName as BindingEvent };
|
|
68
|
+
export type { BindingEventName as BindingEvent };
|
|
69
69
|
declare module Bind {
|
|
70
70
|
/**
|
|
71
71
|
* Registers a handler for when the given `Bindable` is pressed. This event won't be fired again until the `Bindable` was then *released*.
|
package/package.json
CHANGED