UNPKG

@angelblanco/v-calendar

Version:

A calendar and date picker plugin for Vue.js.

6 lines (5 loc) 234 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 {};