Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Sep 5, 2023
1 parent 2879e2f commit c2f67cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mui-system/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function breakpoints<Props, Breakpoints extends string = DefaultBreakPoin
styleFunction: StyleFunction<Props>,
): StyleFunction<Partial<Record<Breakpoints, Props>> & Props>;


export function compose<T extends Array<StyleFunction<any>>>(...args: T): ComposedStyleFunction<T>;

export type DisplayProps = PropsFor<typeof display>;
Expand Down

0 comments on commit c2f67cf

Please sign in to comment.