UNPKG
dm-unimmersive
Version:
latest (0.0.22)
0.0.22
0.0.21
0.0.2
0.0.1
HTML Video player
github.com/rustmn/dm
rustmn/dm
dm-unimmersive
/
dist
/
state
/
reducer
/
root.d.ts
5 lines
(4 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
import
{
Root
}
from
'../../types'
;
import
{
GlobalAction
}
from
'../actions'
;
export
declare
const
initial_state
:
Root
;
export
default
function
RootReducer
(
state: Root, action: GlobalAction
):
Root
;