UNPKG
@mydoge/y-ui
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.1
@mydoge/y-ui
/
lib
/
index.d.ts
7 lines
(6 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
App
}
from
'vue'
;
export
*
from
'./components'
;
declare
const
_default
: {
install
:
(
app
:
App
<
any
>
) =>
void
; };
export
default
_default;