UNPKG
vue-next-directive
Version:
latest (1.0.1)
1.0.1
1.0.0
0.0.5
0.0.4
0.0.3
## introduction
github.com/lv-z-l/vue-next-directives
lv-z-l/vue-next-directives
vue-next-directive
/
lib
/
index.d.ts
7 lines
(6 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
LazyOption
}
from
'./directives/lazy/types/Lazy'
;
import
{
App
}
from
'vue'
;
declare
const
_default
: {
install
(
app
:
App
,
option
:
LazyOption
):
void
; };
export
default
_default;