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
/
LazyMinaLive.d.ts
4 lines
(3 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
import
{
type
MinaLiveProps
}
from
'./MinaLive'
;
export
declare
const
LazyMinaLive
:
(
props
:
MinaLiveProps
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
LazyMinaLive
;