UNPKG
stimbus
Version:
latest (1.0.71)
1.0.71
1.0.69
1.0.68
1.0.67
1.0.66
1.0.65
1.0.64
1.0.63
1.0.62
1.0.61
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
An event bus for stimulus
tucker-weed/stimbus
stimbus
/
lib
/
index.d.ts
4 lines
(3 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
import
{
Controller
}
from
"@hotwired/stimulus"
;
export
declare
function
useEventBus<T, K
extends
keyof T>(
controller
:
Controller
):
void
;
export
type
{
ControllerWithEventBus
}
from
"./types/env"
;