UNPKG

574 BJavaScriptView Raw
1import generateUtilityClasses from '@mui/utils/generateUtilityClasses';
2import generateUtilityClass from '@mui/utils/generateUtilityClass';
3export function getAppBarUtilityClass(slot) {
4 return generateUtilityClass('MuiAppBar', slot);
5}
6const appBarClasses = generateUtilityClasses('MuiAppBar', ['root', 'positionFixed', 'positionAbsolute', 'positionSticky', 'positionStatic', 'positionRelative', 'colorDefault', 'colorPrimary', 'colorSecondary', 'colorInherit', 'colorTransparent', 'colorError', 'colorInfo', 'colorSuccess', 'colorWarning']);
7export default appBarClasses;
\No newline at end of file