props.ts 95 B

12345
  1. export type ClCalendarPickerProps = {
  2. className?: string;
  3. year?: number;
  4. month?: number;
  5. };