UNPKG
material-ui-cordova
Version:
latest (1.0.0-beta.22)
1.0.0-beta.22
React components that implement Google's Material Design.
material-ui.com
mui-org/material-ui
material-ui-cordova
/
es
/
Stepper
/
index.js
5 lines
•
240 B
JavaScript
View Raw
1
2
3
4
5
export
{
default
}
from
'./Stepper'
;
export
{
default
as
Step
}
from
'./Step'
;
export
{
default
as
StepButton
}
from
'./StepButton'
;
export
{
default
as
StepContent
}
from
'./StepContent'
;
export
{
default
as
StepLabel
}
from
'./StepLabel'
;