defaultProps?: Partial<((({ title?: ReactNode; confirmText?: string | undefined; weekStartsOn?: "Monday" | "Sunday" | undefined; renderTop?: ((date: Date) => ReactNode) | undefined; ... 5 more ...; shouldDisableDate?: ((date: Date) => boolean) | undefined; } & ... 4 more ... & { ...; }) | ({ ...; } & ... 4 more ... & { ...; }) | ({ ...; } ...
)>
Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.