UNPKG

date-week-range

Version:
6 lines (5 loc) 121 B
import type { App } from 'vue'; export declare type SFCWithInstall<T> = T & { install(app: App): void; }; export {};