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