Completely updated React, fixed #11, (hopefully)
This commit is contained in:
9
goTorrentWebUI/node_modules/material-ui/es/Card/Card.d.ts
generated
vendored
9
goTorrentWebUI/node_modules/material-ui/es/Card/Card.d.ts
generated
vendored
@@ -2,16 +2,11 @@ import * as React from 'react';
|
||||
import { StandardProps } from '..';
|
||||
import { PaperProps, PaperClassKey } from '../Paper';
|
||||
|
||||
export interface CardProps extends StandardProps<
|
||||
PaperProps,
|
||||
CardClassKey
|
||||
> {
|
||||
export interface CardProps extends StandardProps<PaperProps, CardClassKey> {
|
||||
raised?: boolean;
|
||||
}
|
||||
|
||||
export type CardClassKey =
|
||||
| PaperClassKey
|
||||
;
|
||||
export type CardClassKey = PaperClassKey;
|
||||
|
||||
declare const Card: React.ComponentType<CardProps>;
|
||||
|
||||
|
Reference in New Issue
Block a user