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
/
view.d.ts
9 lines
(8 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="react" />
declare
function
View
(
{ initial_language, options, config, scenario, }: { initial_language:
any
; options:
any
; config:
any
; scenario:
any
; }
):
JSX
.
Element
;
export
default
View
;