We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6278d commit 956b9e1Copy full SHA for 956b9e1
src/interface.tsx
@@ -405,7 +405,7 @@ export interface SharedPickerProps<DateType extends object = any>
405
transitionName?: string;
406
407
// Render
408
- components?: Components;
+ components?: Components<DateType>;
409
/** @deprecated Please use `components.input` instead. */
410
inputRender?: (props: React.InputHTMLAttributes<HTMLInputElement>) => React.ReactNode;
411
cellRender?: CellRender<DateType>;
0 commit comments