UNPKG
@graysham/mixmotion-player
Version:
latest (1.0.34)
1.0.34
<h1 align='center'> Mixmotion Player </h1>
@graysham/mixmotion-player
/
dist
/
lib
/
MixmotionPlayer
/
MixmotionPlayer.d.ts
5 lines
(3 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
import
{
default
as
React
}
from
'react'
;
import
{
MixmotionPlayerProps
}
from
'./types'
;
export
declare
const
MixmotionPlayer
:
React
.
FC
<
MixmotionPlayerProps
>;