ant-design-x-vue
Version:
Craft AI-driven interfaces effortlessly
12 lines (11 loc) • 666 B
TypeScript
import type { BubbleListProps } from './interface';
declare const _default: import("vue").DefineComponent<BubbleListProps, {
nativeElement: import("vue").Ref<HTMLDivElement, HTMLDivElement>;
scrollTo: ({ key, offset, behavior, block }: {
offset?: number;
key?: string | number;
behavior?: ScrollBehavior;
block?: ScrollLogicalPosition;
}) => void;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BubbleListProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;