UNPKG

fine-true

Version:

A small and beautiful Vue3 version of the UI Library

13 lines (12 loc) 327 B
export declare const monthMap: import("vue").ComputedRef<{ label: string; value: number; }[]>; export declare const monthBlockMap: import("vue").ComputedRef<{ label: string; value: number; }[][]>; export declare const yaerMap: import("vue").ComputedRef<{ label: string; value: number; }[]>;