Completely updated React, fixed #11, (hopefully)
This commit is contained in:
10
goTorrentWebUI/node_modules/material-ui/Dialog/DialogContent.d.ts
generated
vendored
10
goTorrentWebUI/node_modules/material-ui/Dialog/DialogContent.d.ts
generated
vendored
@@ -1,14 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import { StandardProps } from '..';
|
||||
|
||||
export interface DialogContentProps extends StandardProps<
|
||||
React.HTMLAttributes<HTMLDivElement>,
|
||||
DialogContentClassKey
|
||||
> {}
|
||||
export interface DialogContentProps
|
||||
extends StandardProps<React.HTMLAttributes<HTMLDivElement>, DialogContentClassKey> {}
|
||||
|
||||
export type DialogContentClassKey =
|
||||
| 'root'
|
||||
;
|
||||
export type DialogContentClassKey = 'root';
|
||||
|
||||
declare const DialogContent: React.ComponentType<DialogContentProps>;
|
||||
|
||||
|
Reference in New Issue
Block a user