import type { BackTopBehavior } from './src/interface'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import BackTop from "./src/back-top"; export declare const VBackTop: Install; readonly behavior: BasicType, BackTopBehavior | null>; readonly visibleHeight: BasicType; readonly right: BasicType, string | number | null>; readonly bottom: BasicType, string | number | null>; readonly zIndex: BasicType; readonly top: BasicType; readonly listenEl: BasicType, string | null>; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly; readonly behavior: BasicType, BackTopBehavior | null>; readonly visibleHeight: BasicType; readonly right: BasicType, string | number | null>; readonly bottom: BasicType, string | number | null>; readonly zIndex: BasicType; readonly top: BasicType; readonly listenEl: BasicType, string | null>; readonly background: BasicType, string | null>; readonly color: BasicType, string | null>; }>>, { readonly round: boolean; readonly background: string; readonly color: string; readonly behavior: BackTopBehavior; readonly visibleHeight: number; readonly right: string | number; readonly bottom: string | number; readonly zIndex: number; readonly top: number; readonly listenEl: string; }>>; /** back-top 组件实例类型 */ export type BackTopInstance = InstanceType; export * from './src/interface'; export default VBackTop;