UNPKG

soda-material

Version:

A React(>=18) component library that may follow [Material Design 3](https://m3.material.io/components) (a.k.a. Material You)

5 lines (4 loc) 168 B
export declare function SelectMonth({ current, onChange, }: { current: number; onChange?: (month: number) => void; }): import("react/jsx-runtime").JSX.Element;