UNPKG

ph-material-pickers

Version:

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

5 lines (4 loc) 282 B
import * as React from 'react'; import { ToolbarComponentProps } from '../Picker/SharedPickerProps'; export declare const useStyles: (props?: any) => Record<"root" | "penIcon" | "dateTitleLandscape", string>; export declare const DatePickerToolbar: React.FC<ToolbarComponentProps>;