UNPKG
materialuiupgraded
Version:
latest (3.2.0)
3.2.0
Material-UI's workspace package
material-ui.com
mui-org/material-ui
materialuiupgraded
/
examples
/
create-react-app-with-flow
/
flow
/
webpack.js
6 lines
(5 loc)
•
98 B
JavaScript
View Raw
1
2
3
4
5
6
declare
var
module : { hot : {
accept
(
path
:
string
,
callback
:() =>
void
):
void
; }; };