Skip to content

Commit

Permalink
Remove no longer relevant type
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed May 23, 2024
1 parent c7279e1 commit 4c3da18
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ export interface UsePickerViewsProps<
TView extends DateOrTimeViewWithMeridiem,
TExternalProps extends UsePickerViewsProps<TValue, TDate, TView, any, any>,
TAdditionalProps extends {},
> extends UsePickerViewsBaseProps<TValue, TDate, TView, TExternalProps, TAdditionalProps>,
UsePickerViewsNonStaticProps {
> extends UsePickerViewsBaseProps<TValue, TDate, TView, TExternalProps, TAdditionalProps> {
className?: string;
sx?: SxProps<Theme>;
}
Expand Down

0 comments on commit 4c3da18

Please sign in to comment.