Completely updated React, fixed #11, (hopefully)
This commit is contained in:
9
goTorrentWebUI/node_modules/material-ui/Reboot/Reboot.d.ts
generated
vendored
Normal file
9
goTorrentWebUI/node_modules/material-ui/Reboot/Reboot.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
|
||||
export interface RebootProps {
|
||||
children?: React.ReactElement<any>;
|
||||
}
|
||||
|
||||
declare const Reboot: React.ComponentType<RebootProps>;
|
||||
|
||||
export default Reboot;
|
Reference in New Issue
Block a user