UNPKG
iking-directive
Version:
latest (0.0.2)
0.0.2
0.0.1
金合前端-VUE指令
iking-directive
/
dist
/
pck
/
v-btn-role.d.ts
9 lines
(8 loc)
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
DirectiveBinding
}
from
'vue'
;
declare
const
_default
: {
name
:
string
;
dir
: {
mounted
(
el
:
HTMLElement
,
binding
:
DirectiveBinding
<
any
>):
void
; }; };
export
default
_default;