Skip to content

Commit

Permalink
Code review: Lukas
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Oct 11, 2022
1 parent ee0995a commit 3508f9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export interface PickersSlotsComponentsProps {
*/
actionBar?: Omit<PickersActionBarProps, 'onAccept' | 'onClear' | 'onCancel' | 'onSetToday'>;
/**
* Props passed to down the paper content component.
* Props passed down to the paper content component.
* Can't be used without a custom PaperContent component since the default one is React.Fragment.
*/
paperContent?: Record<string, any>;
Expand Down

0 comments on commit 3508f9c

Please sign in to comment.