UNPKG

257 BTypeScriptView Raw
1import * as React from 'react';
2import { ToolbarComponentProps } from '../Picker/Picker';
3export declare const useStyles: (props?: any) => Record<"separator" | "toolbar", string>;
4export declare const DateTimePickerToolbar: React.FC<ToolbarComponentProps>;