UNPKG
react-vegas
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0
Vegas.js for React
github.com/Dracowyn/react-vegas
Dracowyn/react-vegas
react-vegas
/
dist
/
Vegas.d.ts
8 lines
(7 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
VegasProps
}
from
"./types"
;
export
declare
const
Vegas
:
import
(
"react"
).
ForwardRefExoticComponent
<
VegasProps
&
import
(
"react"
).
RefAttributes
<{
previous
:
() =>
void
;
next
:
() =>
void
;
play
:
() =>
void
;
pause
:
() =>
void
; } |
null
>>;