UNPKG
jessibuca
Version:
latest (4.0.0)
4.0.0
a h5 live stream player
github.com/langhuihui/jessibuca
langhuihui/jessibuca
jessibuca
/
demo
/
src
/
vite-env.d.ts
8 lines
(6 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference types="vite/client" />
declare
module
'*.vue'
{
import
type
{
DefineComponent
}
from
'vue'
const
component
:
DefineComponent
<{}, {},
any
>
export
default
component }