Completely updated React, fixed #11, (hopefully)
This commit is contained in:
11
goTorrentWebUI/node_modules/material-ui/Card/CardActions.d.ts
generated
vendored
11
goTorrentWebUI/node_modules/material-ui/Card/CardActions.d.ts
generated
vendored
@@ -1,17 +1,12 @@
|
||||
import * as React from 'react';
|
||||
import { StandardProps } from '..';
|
||||
|
||||
export interface CardActionsProps extends StandardProps<
|
||||
React.HTMLAttributes<HTMLDivElement>,
|
||||
CardActionClassKey
|
||||
> {
|
||||
export interface CardActionsProps
|
||||
extends StandardProps<React.HTMLAttributes<HTMLDivElement>, CardActionsClassKey> {
|
||||
disableActionSpacing?: boolean;
|
||||
}
|
||||
|
||||
export type CardActionClassKey =
|
||||
| 'root'
|
||||
| 'actionSpacing'
|
||||
;
|
||||
export type CardActionsClassKey = 'root' | 'action';
|
||||
|
||||
declare const CardActions: React.ComponentType<CardActionsProps>;
|
||||
|
||||
|
Reference in New Issue
Block a user