Merge pull request #12588 from zelein/types-react-mdl

fixed DialogProps and CellProps
This commit is contained in:
Andy
2016-11-14 10:39:40 -08:00
committed by GitHub

View File

@@ -357,6 +357,7 @@ declare namespace __ReactMDL {
interface DialogProps extends __MDLOtherProps {
open?: boolean;
onCancel?: (e: any) => void;
}
interface DialogActionsProps extends __MDLOtherProps {
fullWidth?: boolean;
@@ -373,6 +374,10 @@ declare namespace __ReactMDL {
}
interface CellProps extends __MDLOtherProps, CustomRenderedComponent, ShadowedComponent {
col: number;
offset?: number;
offsetDesktop?: number;
offsetPhone?: number;
offsetTablet?: number;
align?: string;
phone?: number;
tablet?: number;