Skip to content

Commit

Permalink
remove proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed May 13, 2021
1 parent 6c54262 commit b859d28
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/material-ui-lab/src/ClockPicker/Clock.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as React from 'react';
import PropTypes from 'prop-types';
import IconButton from '@material-ui/core/IconButton';
import Typography from '@material-ui/core/Typography';
import { experimentalStyled as styled } from '@material-ui/core/styles';
Expand Down Expand Up @@ -285,9 +284,4 @@ function Clock<TDate>(props: ClockProps<TDate>) {
);
}

Clock.propTypes = {
ampm: PropTypes.bool,
minutesStep: PropTypes.number,
} as any;

export default Clock;

0 comments on commit b859d28

Please sign in to comment.