@loickit-v/swiper
Version:
loickit swiper components for vue
27 lines (26 loc) • 1.22 kB
TypeScript
export declare const LSlide: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: {
attrs: any;
emit: (e: "switch", value: import("../types/index.js").SlideSwitchEvent) => void;
slots: {
default?: (((props: {}) => any) & ((props: {
cacheList: import("@vue/reactivity").UnwrapRefSimple<T>[] | null;
}) => any)) | undefined;
};
}, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
props: {
readonly onSwitch?: ((value: import("../types/index.js").SlideSwitchEvent) => any) | undefined;
name?: import("../types/private.js").SlideNameType | undefined;
list?: T[] | undefined;
loadMore?: (() => Promise<T>) | undefined;
} & import("vue").PublicProps;
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
attrs: any;
slots: {
default?: (((props: {}) => any) & ((props: {
cacheList: import("@vue/reactivity").UnwrapRefSimple<T>[] | null;
}) => any)) | undefined;
};
emit: (e: "switch", value: import("../types/index.js").SlideSwitchEvent) => void;
}>) => import("vue").VNode & {
__ctx?: Awaited<typeof __VLS_setup>;
};