Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Oct 12, 2021
1 parent db96fa3 commit 7a74304
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mui-lab/src/internal/pickers/typings/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ export type ExtendMui<C, Removals extends keyof C = never> = Omit<

export type MakeOptional<T, K extends keyof T> = {
[P in K]?: T[P] | undefined;
} &
Omit<T, K>;
} & Omit<T, K>;

0 comments on commit 7a74304

Please sign in to comment.