cgn-vant 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/button/index.d.ts +1 -1
- package/lib/button/index.d.ts +1 -1
- package/package.json +1 -1
package/es/button/index.d.ts
CHANGED
|
@@ -99,6 +99,6 @@ export type { ButtonProps } from './Button';
|
|
|
99
99
|
export type { ButtonType, ButtonSize, ButtonThemeVars, ButtonNativeType, ButtonIconPosition, } from './types';
|
|
100
100
|
declare module 'vue' {
|
|
101
101
|
interface GlobalComponents {
|
|
102
|
-
|
|
102
|
+
CgnButton: typeof Button;
|
|
103
103
|
}
|
|
104
104
|
}
|
package/lib/button/index.d.ts
CHANGED
|
@@ -99,6 +99,6 @@ export type { ButtonProps } from './Button';
|
|
|
99
99
|
export type { ButtonType, ButtonSize, ButtonThemeVars, ButtonNativeType, ButtonIconPosition, } from './types';
|
|
100
100
|
declare module 'vue' {
|
|
101
101
|
interface GlobalComponents {
|
|
102
|
-
|
|
102
|
+
CgnButton: typeof Button;
|
|
103
103
|
}
|
|
104
104
|
}
|