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
/
not-supported-message.d.ts
4 lines
(3 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
declare
const
NotSupported
:
() =>
JSX
.
Element
;
export
default
NotSupported
;