UNPKG
material-ui-cron
Version:
beta (0.1.0-beta.2)
latest (1.1.1)
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
/
components
/
CustomSelect.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
/// <reference types="react" />
import
{
CustomSelectProps
}
from
'../types'
;
export
default
function
CustomSelect
(
props: CustomSelectProps
):
JSX
.
Element
;