We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c3e59 commit 7b51d55Copy full SHA for 7b51d55
packages/material-ui/src/AppBar/AppBar.d.ts
@@ -4,7 +4,7 @@ import { PaperProps } from '../Paper';
4
export interface AppBarProps extends StandardProps<PaperProps, AppBarClassKey> {
5
color?: PropTypes.Color;
6
position?: 'fixed' | 'absolute' | 'sticky' | 'static';
7
-}
+}
8
9
export type AppBarClassKey =
10
| 'root'
packages/material-ui/src/AppBar/AppBar.js
@@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
import classNames from 'classnames';
import withStyles from '../styles/withStyles';
import { capitalize } from '../utils/helpers';
-import Paper from '../Paper';
+import Paper from '../Paper';
export const styles = theme => {
11
const backgroundColorDefault =
0 commit comments