UNPKG

mfg-ui-components

Version:

React UI library with reusable components

4 lines (3 loc) 207 B
export declare const getNumberOfDays: (year: any, month: any) => number; export declare const getSortedDays: (year: any, month: any) => string[]; export declare const Range: (start: any, end: any) => any[];