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