|
@@ -12,6 +12,7 @@ import type { ClCheckboxProps, ClCheckboxPassThrough } from "./components/cl-che
|
|
|
import type { ClColProps, ClColPassThrough } from "./components/cl-col/props";
|
|
import type { ClColProps, ClColPassThrough } from "./components/cl-col/props";
|
|
|
import type { ClCollapseProps, ClCollapsePassThrough } from "./components/cl-collapse/props";
|
|
import type { ClCollapseProps, ClCollapsePassThrough } from "./components/cl-collapse/props";
|
|
|
import type { ClCountdownProps, ClCountdownPassThrough } from "./components/cl-countdown/props";
|
|
import type { ClCountdownProps, ClCountdownPassThrough } from "./components/cl-countdown/props";
|
|
|
|
|
+import type { ClCropperProps, ClCropperPassThrough } from "./components/cl-cropper/props";
|
|
|
import type { ClDraggableProps, ClDraggablePassThrough } from "./components/cl-draggable/props";
|
|
import type { ClDraggableProps, ClDraggablePassThrough } from "./components/cl-draggable/props";
|
|
|
import type { ClFloatViewProps } from "./components/cl-float-view/props";
|
|
import type { ClFloatViewProps } from "./components/cl-float-view/props";
|
|
|
import type { ClFooterProps, ClFooterPassThrough } from "./components/cl-footer/props";
|
|
import type { ClFooterProps, ClFooterPassThrough } from "./components/cl-footer/props";
|
|
@@ -79,6 +80,7 @@ declare module "vue" {
|
|
|
"cl-col": (typeof import('./components/cl-col/cl-col.uvue')['default']) & import('vue').DefineComponent<ClColProps>;
|
|
"cl-col": (typeof import('./components/cl-col/cl-col.uvue')['default']) & import('vue').DefineComponent<ClColProps>;
|
|
|
"cl-collapse": (typeof import('./components/cl-collapse/cl-collapse.uvue')['default']) & import('vue').DefineComponent<ClCollapseProps>;
|
|
"cl-collapse": (typeof import('./components/cl-collapse/cl-collapse.uvue')['default']) & import('vue').DefineComponent<ClCollapseProps>;
|
|
|
"cl-countdown": (typeof import('./components/cl-countdown/cl-countdown.uvue')['default']) & import('vue').DefineComponent<ClCountdownProps>;
|
|
"cl-countdown": (typeof import('./components/cl-countdown/cl-countdown.uvue')['default']) & import('vue').DefineComponent<ClCountdownProps>;
|
|
|
|
|
+ "cl-cropper": (typeof import('./components/cl-cropper/cl-cropper.uvue')['default']) & import('vue').DefineComponent<ClCropperProps>;
|
|
|
"cl-draggable": (typeof import('./components/cl-draggable/cl-draggable.uvue')['default']) & import('vue').DefineComponent<ClDraggableProps>;
|
|
"cl-draggable": (typeof import('./components/cl-draggable/cl-draggable.uvue')['default']) & import('vue').DefineComponent<ClDraggableProps>;
|
|
|
"cl-float-view": (typeof import('./components/cl-float-view/cl-float-view.uvue')['default']) & import('vue').DefineComponent<ClFloatViewProps>;
|
|
"cl-float-view": (typeof import('./components/cl-float-view/cl-float-view.uvue')['default']) & import('vue').DefineComponent<ClFloatViewProps>;
|
|
|
"cl-footer": (typeof import('./components/cl-footer/cl-footer.uvue')['default']) & import('vue').DefineComponent<ClFooterProps>;
|
|
"cl-footer": (typeof import('./components/cl-footer/cl-footer.uvue')['default']) & import('vue').DefineComponent<ClFooterProps>;
|