mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #12588 from zelein/types-react-mdl
fixed DialogProps and CellProps
This commit is contained in:
Vendored
+5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user