@fe6/water-pro
Version:
An enterprise-class UI design language and Vue-based implementation
147 lines (146 loc) • 5.61 kB
TypeScript
/**
* copy from element-ui
*/
import Scrollbar from './scroll';
export { Scrollbar };
export type { ScrollbarType } from './types';
declare const _default: {
new (...args: any[]): {
$: import("vue").ComponentInternalInstance;
$data: {};
$props: Partial<{
tag: string;
prefixCls: string;
wrapStyle: string | unknown[];
native: boolean;
wrapClass: string | unknown[];
viewClass: string | unknown[];
viewStyle: string | unknown[];
showHorizontal: boolean;
noresize: boolean;
}> & Omit<Readonly<{
tag: string;
prefixCls: string;
wrapStyle: string | unknown[];
native: boolean;
wrapClass: string | unknown[];
viewClass: string | unknown[];
viewStyle: string | unknown[];
showHorizontal: boolean;
noresize: boolean;
} & {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "tag" | "prefixCls" | "wrapStyle" | "native" | "wrapClass" | "viewClass" | "viewStyle" | "showHorizontal" | "noresize">;
$attrs: {
[x: string]: unknown;
};
$refs: {
[x: string]: unknown;
};
$slots: Readonly<{
[name: string]: import("vue").Slot;
}>;
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>>;
$emit: (event: string, ...args: any[]) => void;
$el: any;
$options: import("vue").ComponentOptionsBase<Readonly<{
tag: string;
prefixCls: string;
wrapStyle: string | unknown[];
native: boolean;
wrapClass: string | unknown[];
viewClass: string | unknown[];
viewStyle: string | unknown[];
showHorizontal: boolean;
noresize: boolean;
} & {}>, {
moveX: import("vue").Ref<number>;
moveY: import("vue").Ref<number>;
sizeWidth: import("vue").Ref<string>;
sizeHeight: import("vue").Ref<string>;
style: import("vue").ComputedRef<any>;
wrap: any;
resize: any;
update: () => void;
handleScroll: () => void;
prefixClsNew: string;
domWrapProps: {
onUpdateDom: () => void;
};
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
tag: string;
prefixCls: string;
wrapStyle: string | unknown[];
native: boolean;
wrapClass: string | unknown[];
viewClass: string | unknown[];
viewStyle: string | unknown[];
showHorizontal: boolean;
noresize: boolean;
}>;
$forceUpdate: import("vue").ReactiveEffect<any>;
$nextTick: typeof import("vue").nextTick;
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
} & Readonly<{
tag: string;
prefixCls: string;
wrapStyle: string | unknown[];
native: boolean;
wrapClass: string | unknown[];
viewClass: string | unknown[];
viewStyle: string | unknown[];
showHorizontal: boolean;
noresize: boolean;
} & {}> & import("vue").ShallowUnwrapRef<{
moveX: import("vue").Ref<number>;
moveY: import("vue").Ref<number>;
sizeWidth: import("vue").Ref<string>;
sizeHeight: import("vue").Ref<string>;
style: import("vue").ComputedRef<any>;
wrap: any;
resize: any;
update: () => void;
handleScroll: () => void;
prefixClsNew: string;
domWrapProps: {
onUpdateDom: () => void;
};
}> & {} & {} & import("vue").ComponentCustomProperties;
__isFragment?: never;
__isTeleport?: never;
__isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<{
tag: string;
prefixCls: string;
wrapStyle: string | unknown[];
native: boolean;
wrapClass: string | unknown[];
viewClass: string | unknown[];
viewStyle: string | unknown[];
showHorizontal: boolean;
noresize: boolean;
} & {}>, {
moveX: import("vue").Ref<number>;
moveY: import("vue").Ref<number>;
sizeWidth: import("vue").Ref<string>;
sizeHeight: import("vue").Ref<string>;
style: import("vue").ComputedRef<any>;
wrap: any;
resize: any;
update: () => void;
handleScroll: () => void;
prefixClsNew: string;
domWrapProps: {
onUpdateDom: () => void;
};
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
tag: string;
prefixCls: string;
wrapStyle: string | unknown[];
native: boolean;
wrapClass: string | unknown[];
viewClass: string | unknown[];
viewStyle: string | unknown[];
showHorizontal: boolean;
noresize: boolean;
}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("@vue/runtime-core").Plugin;
export default _default;