[material-ui] Add minutesStep prop to TimePicker

This commit is contained in:
syamatoo
2017-06-22 16:40:04 +09:00
parent 755b23622a
commit 0f0ef2bacf

View File

@@ -1862,6 +1862,7 @@ declare namespace __MaterialUI {
dialogStyle?: React.CSSProperties;
disabled?: boolean;
format?: "ampm" | "24hr";
minutesStep?: number;
okLabel?: React.ReactNode;
onChange?: (e: any, time: Date) => void;
onDismiss?: () => void;