UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

10 lines (9 loc) 192 B
export declare class Month { num: number; libelle: string; } export declare const months_fr: Array<Month>; export declare const months_en: { num: number; libelle: string; }[];