You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/api/paper.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ import Paper from '@material-ui/core/Paper';
21
21
| <spanclass="prop-name">children</span> | <spanclass="prop-type">node</span> || The content of the component. |
22
22
| <spanclass="prop-name">classes</span> | <spanclass="prop-type">object</span> || Override or extend the styles applied to the component. See [CSS API](#css) below for more details. |
23
23
| <spanclass="prop-name">component</span> | <spanclass="prop-type">elementType</span> | <spanclass="prop-default">'div'</span> | The component used for the root node. Either a string to use a DOM element or a component. |
24
-
| <spanclass="prop-name">elevation</span> | <spanclass="prop-type">number</span> | <spanclass="prop-default">1</span> | Shadow depth, corresponds to `dp` in the spec. It's accepting values between 0 and 24 inclusive. |
24
+
| <spanclass="prop-name">elevation</span> | <spanclass="prop-type">number</span> | <spanclass="prop-default">1</span> | Shadow depth, corresponds to `dp` in the spec. It accepts values between 0 and 24 inclusive. |
25
25
| <spanclass="prop-name">square</span> | <spanclass="prop-type">bool</span> | <spanclass="prop-default">false</span> | If `true`, rounded corners are disabled. |
0 commit comments