Skip to content

Commit

Permalink
removed outdated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stunaz committed May 29, 2020
1 parent c932737 commit cf1301a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/pages/api/props.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,6 @@ const Docs: React.FC<WithRouterProps> = ({ router }) => {
<h4> Import </h4>
<Code language="jsx">{`import { ${componentName} } from '@material-ui/pickers'`}</Code>

<h4> Inheritance </h4>
<Typography gutterBottom>
Any prop not recognized by the pickers and their sub-components are passed down to
material-ui{' '}
<a
target="_blank"
rel="noopener noreferer"
href="https://material-ui.com/api/text-field/#props"
>
TextField
</a>{' '}
component.
</Typography>

<Typography gutterBottom>
<code>DateIOType</code> — date object type of your linked date-io adapter (Moment, DayJS,
etc.)
Expand Down

0 comments on commit cf1301a

Please sign in to comment.