UNPKG

@retanaar/vi-calendar

Version:

Fork of v-calendar 3.1.2 with Vue 3.5 fix

6 lines (5 loc) 239 B
import { type SetupContext } from 'vue'; type Slots = SetupContext['slots']; export declare function provideSlots(slots: Slots, remap?: Record<string, string>): void; export declare function useSlot(slotKey: string): null; export {};