UNPKG
@keadex/mina-live
Version:
latest (3.2.0)
3.2.0
3.1.0
3.0.1
3.0.0
2.10.3
2.10.2
2.10.1
2.10.0
2.9.0
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.0
Web porting of the Keadex Mina application.
keadex.dev
keadex/keadex
@keadex/mina-live
/
src
/
components
/
MinaLive
/
MinaLive.d.ts
8 lines
(7 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
'../../styles/index.css'
;
import
'../../tauri/tauri-web-adapter'
;
export
type
MinaLiveProps
= {
scriptPath
:
string
; };
export
declare
const
MinaLive
:
import
(
"react"
).
NamedExoticComponent
<
MinaLiveProps
>;
export
default
MinaLive
;