@matechat/core
Version:
前端智能化场景解决方案UI库,轻松构建你的AI应用。
30 lines (29 loc) • 1.25 kB
TypeScript
import type { ILayoutContentProps } from './layout-types';
declare var __VLS_1: {};
type __VLS_Slots = {} & {
default?: (props: typeof __VLS_1) => any;
};
declare const __VLS_base: import("vue").DefineComponent<ILayoutContentProps, {
scrollerRef: import("vue").Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
updateScroll: (force?: boolean) => void;
scrollToPosition: (position: number) => void;
scrollToBottom: () => void;
scrollToTop: () => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
onScrollerWheel: (...args: any[]) => void;
onScrollerScroll: (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<ILayoutContentProps> & Readonly<{
onOnScrollerWheel?: ((...args: any[]) => any) | undefined;
onOnScrollerScroll?: ((...args: any[]) => any) | undefined;
}>, {
autoScroll: boolean;
showScrollArrow: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots<T, S> = T & {
new (): {
$slots: S;
};
};