We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5fa195 + fa2af8e commit 201d4b6Copy full SHA for 201d4b6
index.d.ts
@@ -68,7 +68,7 @@ interface MaterialDialogStatic extends Dialog {
68
/**
69
* Content of the dialog
70
*/
71
- children: JSX.Element
+ children?: JSX.Element
72
}
73
74
@@ -110,4 +110,4 @@ interface MultiPickerMaterialDialogStatic extends Dialog {
110
111
export class MaterialDialog extends React.Component<MaterialDialogStatic, null> {}
112
export class SinglePickerMaterialDialog extends React.Component<SinglePickerMaterialDialogStatic, null> {}
113
-export class MultiPickerMaterialDialog extends React.Component<MultiPickerMaterialDialogStatic, null> {}
+export class MultiPickerMaterialDialog extends React.Component<MultiPickerMaterialDialogStatic, null> {}
0 commit comments