UNPKG

material-ui-cron

Version:
4 lines (3 loc) 155 B
/// <reference types="react" /> import { CustomSelectProps } from '../types'; export default function CustomSelect(props: CustomSelectProps): JSX.Element;