ph-material-pickers
Version:
React components, that implements material design pickers for material-ui v4
5 lines (4 loc) • 332 B
TypeScript
import * as React from 'react';
import { ToolbarComponentProps } from '../Picker/SharedPickerProps';
export declare const useStyles: (props?: any) => Record<"root" | "separator" | "timeContainer" | "dateContainer" | "timeTypography" | "penIcon", string>;
export declare const DateTimePickerToolbar: React.FC<ToolbarComponentProps>;