UNPKG
material-ui-cron
Version:
beta (0.1.0-beta.2)
latest (2.0.1)
2.0.1
2.0.0
1.1.1
1.1.0
0.1.0-beta.4
0.1.0-beta.2
0.1.0-beta.1
0.0.4
0.0.3
0.0.2
0.0.1
A React cron editor using material ui
baymac.github.io/material-ui-cron
baymac/material-ui-cron
material-ui-cron
/
dist
/
cjs
/
index.d.ts
5 lines
(4 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
import
SchedulerRoot
from
'./SchedulerRoot'
;
export
*
from
'./types'
;
export
{
SchedulerRoot
};
export
default
SchedulerRoot
;