mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Merge pull request #12588 from zelein/types-react-mdl
fixed DialogProps and CellProps
This commit is contained in:
5
react-mdl/index.d.ts
vendored
5
react-mdl/index.d.ts
vendored
@@ -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