UNPKG

@blossom-carousel/vue

Version:

A native-scroll-first carousel component for Vue.

8 lines (7 loc) 187 B
import { InjectionKey } from 'vue'; export interface DotContext { index: number; active: boolean; forId: string; } export declare const DOT_CONTEXT: InjectionKey<DotContext>;