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)

7 lines (6 loc) 207 B
export declare function SelectDay({ year, month, current, onChange, }: { year: number; month: number; current: Date; onChange?(date: Date): void; }): import("react/jsx-runtime").JSX.Element;