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
/
components
/
buttons
/
veil.d.ts
10 lines
(9 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/// <reference types="react" />
interface
Props
{
onClick
:
any
;
value
?:
any
;
onMouseMove
?:
any
;
onMouseLeave
?:
any
; }
declare
const
Button
:
(
{ onClick, value }:
Props
) =>
JSX
.
Element
;
export
default
Button
;