货无忧

10 lines
265 B

2 years ago
import { InjectionKey, Ref } from 'vue'
import type { Calendar } from './types'
/**
* useCalendar key
*
* @internal
*/
export declare const calendarDefaultKey: InjectionKey<Ref<boolean>>
export declare function useCalendar(selector?: string): Calendar