Skip to content

Commit

Permalink
[HiddenCSS] Add TypeScript type for className
Browse files Browse the repository at this point in the history
  • Loading branch information
David OLIVIER committed Apr 9, 2020
1 parent 89f6208 commit 698b6cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Hidden/HiddenCss.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import * as React from 'react';
import { Breakpoint } from '../styles/createBreakpoints';

export interface HiddenCssProps {
className?: string;
lgDown?: boolean;
lgUp?: boolean;
mdDown?: boolean;
Expand Down

0 comments on commit 698b6cc

Please sign in to comment.