UNPKG

@opensig/opendesign

Version:

7 lines (6 loc) 183 B
import { InjectionKey } from 'vue'; export declare const carouselInjectKey: InjectionKey<{ effect: 'gallery' | 'toggle'; register: () => void; unregister: () => void; }>;