UNPKG
@graysham/mixmotion-player
Version:
latest (1.0.34)
1.0.34
<h1 align='center'> Mixmotion Player </h1>
@graysham/mixmotion-player
/
dist
/
lib
/
MixmotionPlayer
/
hooks
/
useStore.d.ts
4 lines
(2 loc)
•
164 B
TypeScript
View Raw
1
2
3
4
import
{
MixmotionPlayerState
}
from
'../types'
;
export
declare
const
useStore
:
import
(
'zustand'
).
UseBoundStore
<
import
(
'zustand'
).
StoreApi
<
MixmotionPlayerState
>>;