mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
material-ui - export DialogProps interface (#15092)
This commit is contained in:
committed by
Mohamed Hegazy
parent
02b7c642dc
commit
1c48132fce
2
material-ui/index.d.ts
vendored
2
material-ui/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user