UNPKG

ph-material-pickers

Version:

React components, that implements material design pickers for material-ui v4

5 lines (4 loc) 261 B
import { IUtils } from '@date-io/core/IUtils'; export declare type MuiPickersAdapter<TDate = unknown> = IUtils<TDate>; export declare function useUtils<T = unknown>(): MuiPickersAdapter<T>; export declare function useNow<TDate = unknown>(): NonNullable<TDate>;