x-next 0.0.0-alpha.15 → 0.0.0-alpha.16
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/web-types.json +11 -0
- package/package.json +1 -1
- package/volar.d.ts +5 -0
package/package.json
CHANGED
package/volar.d.ts
CHANGED
@@ -2,6 +2,11 @@
|
|
2
2
|
declare module 'vue' {
|
3
3
|
export interface GlobalComponents {
|
4
4
|
XButton: (typeof import('x-next'))['XButton']
|
5
|
+
XDialog: (typeof import('x-next'))['XDialog']
|
6
|
+
XNotification: (typeof import('x-next'))['XNotification']
|
7
|
+
XSpace: (typeof import('x-next'))['XSpace']
|
8
|
+
XMessage: (typeof import('x-next'))['XMessage']
|
9
|
+
XMessageBox: (typeof import('x-next'))['XMessageBox']
|
5
10
|
}
|
6
11
|
}
|
7
12
|
export {}
|