Completely updated React, fixed #11, (hopefully)
This commit is contained in:
11
goTorrentWebUI/node_modules/material-ui/Snackbar/SnackbarContent.d.ts
generated
vendored
11
goTorrentWebUI/node_modules/material-ui/Snackbar/SnackbarContent.d.ts
generated
vendored
@@ -3,19 +3,12 @@ import { StandardProps } from '..';
|
||||
import { PaperProps } from '../Paper';
|
||||
import { PaperClassKey } from '../Paper/Paper';
|
||||
|
||||
export interface SnackbarContentProps extends StandardProps<
|
||||
PaperProps,
|
||||
SnackbarContentClasskey
|
||||
> {
|
||||
export interface SnackbarContentProps extends StandardProps<PaperProps, SnackbarContentClassKey> {
|
||||
action?: React.ReactElement<any>;
|
||||
message: React.ReactElement<any> | string;
|
||||
}
|
||||
|
||||
export type SnackbarContentClasskey =
|
||||
| PaperClassKey
|
||||
| 'message'
|
||||
| 'action'
|
||||
;
|
||||
export type SnackbarContentClassKey = PaperClassKey | 'message' | 'action';
|
||||
|
||||
declare const SnackbarContent: React.ComponentType<SnackbarContentProps>;
|
||||
|
||||
|
Reference in New Issue
Block a user