UNPKG
linyt-ui
Version:
latest (1.0.1)
1.0.1
1.0.0
github.com/DanielLin0516/LIN-UI
DanielLin0516/LIN-UI
linyt-ui
/
lib
/
index.d.ts
7 lines
(6 loc)
•
144 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
"./components"
;
import
{
App
}
from
"vue"
;
declare
const
_default
: {
install
:
(
app
:
App
) =>
void
; };
export
default
_default;