first commit
This commit is contained in:
2
陈海波/投标平台/qiyeduan/global.d.ts
vendored
Normal file
2
陈海波/投标平台/qiyeduan/global.d.ts
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
type Class<T> = new () => T
|
||||
type VueComponent<Props> = Class<{ $props: Props | { props: Props } }>
|
||||
Reference in New Issue
Block a user