Skip to content

Commit

Permalink
[Cars] Fix export issue for consistency (#17354)
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-yong authored and oliviertassinari committed Sep 8, 2019
1 parent 0f7fc69 commit d18b1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/CardMedia/CardMedia.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { OverridableComponent, OverrideProps } from '../OverridableComponent';

interface CardMediaTypeMap<P, D extends React.ElementType> {
export interface CardMediaTypeMap<P, D extends React.ElementType> {
props: P & {
image?: string;
src?: string;
Expand Down

0 comments on commit d18b1db

Please sign in to comment.