Completely updated React, fixed #11, (hopefully)
This commit is contained in:
11
goTorrentWebUI/node_modules/material-ui/ExpansionPanel/ExpansionPanelActions.d.ts
generated
vendored
Normal file
11
goTorrentWebUI/node_modules/material-ui/ExpansionPanel/ExpansionPanelActions.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
import { StandardProps } from '..';
|
||||
|
||||
export interface ExpansionPanelActionsProps
|
||||
extends StandardProps<React.HTMLAttributes<HTMLDivElement>, ExpansionPanelActionsClassKey> {}
|
||||
|
||||
export type ExpansionPanelActionsClassKey = 'root' | 'action';
|
||||
|
||||
declare const ExpansionPanelActions: React.ComponentType<ExpansionPanelActionsProps>;
|
||||
|
||||
export default ExpansionPanelActions;
|
Reference in New Issue
Block a user