Skip to content

Commit

Permalink
focus on the breakpoints module
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Apr 27, 2020
1 parent 150e528 commit 360bfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-system/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function compose<T extends Array<StyleFunction<any>>>(...args: T): Compos
// css.js
export function css<Props>(
styleFunction: StyleFunction<Props>
): StyleFunction<Props & { css?: Omit<Props, 'theme'> }>;
): StyleFunction<Props & { css: Omit<Props, 'theme'> }>;

export const display: SimpleStyleFunction<
'display' | 'displayPrint' | 'overflow' | 'textOverflow' | 'visibility' | 'whiteSpace'
Expand Down

0 comments on commit 360bfa9

Please sign in to comment.