UNPKG

vuux

Version:

Vue3 Nuxt3 Nuxt4 组件库

49 lines (48 loc) 2.17 kB
import { default as _Affix } from './src/index.vue'; export declare const Affix: import('../withInstall').SFCWithInstall<{ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./src/types').Props> & Readonly<{ onScroll?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { scroll: (...args: any[]) => void; change: (...args: any[]) => void; }, import('vue').PublicProps, { zIndex: number; position: "top" | "bottom"; offset: number; }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, { affixEl: HTMLDivElement; }, HTMLDivElement, import('vue').ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly<import('./src/types').Props> & Readonly<{ onScroll?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, { zIndex: number; position: "top" | "bottom"; offset: number; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import('vue').ComponentOptionsBase<Readonly<import('./src/types').Props> & Readonly<{ onScroll?: ((...args: any[]) => any) | undefined; onChange?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { scroll: (...args: any[]) => void; change: (...args: any[]) => void; }, string, { zIndex: number; position: "top" | "bottom"; offset: number; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => { $slots: { default?(_: {}): any; }; })> & Record<string, any>; export type AffixInstance = InstanceType<typeof _Affix>;