UNPKG

react-life-design

Version:
8 lines (7 loc) 155 B
/// <reference types="react" /> export declare const SEASONS: { id: number; name: string; includeMonths: number[]; icon: JSX.Element; }[];