UNPKG
@airgram/vue
Version:
latest (0.1.3)
next (0.1.3-next.3)
0.1.3
0.1.3-next.3
0.1.3-next.2
0.1.3-next.1
0.1.2
0.1.1
0.1.0
## License
airgram.io
airgram/airgram
@airgram/vue
/
mixin.d.ts
3 lines
(2 loc)
•
103 B
TypeScript
View Raw
1
2
3
import
{
VueConstructor
}
from
'vue'
;
export
declare
function
installMixin
(
Vue: VueConstructor
):
void
;