UNPKG
@newbiz/vue-maintainer-libs
Version:
latest (1.7.0)
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
0.0.2
0.0.1
Vue.js maintainer 라이브러리
@newbiz/vue-maintainer-libs
/
dist
/
prototype.d.ts
6 lines
(5 loc)
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
import
Vue
, {
VueConstructor
}
from
'vue'
;
export
interface
IPrototype
{ [
key
:
string
]:
any
; }
export
declare
function
initPrototype<V
extends
Vue
>(
vueConstructor
:
VueConstructor
<V>,
prototypes
:
IPrototype
):
void
;