material-ui - export DialogProps interface (#15092)

This commit is contained in:
xaviergonz
2017-03-10 06:19:27 +01:00
committed by Mohamed Hegazy
parent 02b7c642dc
commit 1c48132fce

View File

@@ -946,7 +946,7 @@ declare namespace __MaterialUI {
ref?: string;
text: string;
}
interface DialogProps extends React.DOMAttributes<{}>, React.Props<Dialog> {
export interface DialogProps extends React.DOMAttributes<{}>, React.Props<Dialog> {
actions?: Array<DialogAction | React.ReactElement<any>>;
/** @deprecated use a custom `actions` property instead */
actionFocus?: string;