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) 166 B
export declare function SelectYear({ current, onChange, }: { current: number; onChange?: (year: number) => void; }): import("react/jsx-runtime").JSX.Element;