Skip to content

Commit

Permalink
Update packages/material-ui/src/styles/createMixins.d.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Kristoffer K. <merceyz@users.noreply.github.com>
  • Loading branch information
eps1lon and merceyz authored Jan 17, 2020
1 parent 29c6564 commit 604e5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/styles/createMixins.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Breakpoints } from './createBreakpoints';
import { Spacing } from './createSpacing';
import * as CSS from 'csstype';
import * as React from 'react'

export interface Mixins {
gutters: (styles?: React.CSSProperties) => React.CSSProperties;
Expand Down

0 comments on commit 604e5bb

Please sign in to comment.