Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98139735
chipClasses.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jan 10, 05:27
Size
1 KB
Mime Type
text/x-java
Expires
Sun, Jan 12, 05:27 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23514998
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
chipClasses.js
View Options
import
{
unstable_generateUtilityClasses
as
generateUtilityClasses
}
from
'@mui/utils'
;
import
generateUtilityClass
from
'../generateUtilityClass'
;
export
function
getChipUtilityClass
(
slot
)
{
return
generateUtilityClass
(
'MuiChip'
,
slot
);
}
const
chipClasses
=
generateUtilityClasses
(
'MuiChip'
,
[
'root'
,
'sizeSmall'
,
'sizeMedium'
,
'colorError'
,
'colorInfo'
,
'colorPrimary'
,
'colorSecondary'
,
'colorSuccess'
,
'colorWarning'
,
'disabled'
,
'clickable'
,
'clickableColorPrimary'
,
'clickableColorSecondary'
,
'deletable'
,
'deletableColorPrimary'
,
'deletableColorSecondary'
,
'outlined'
,
'filled'
,
'outlinedPrimary'
,
'outlinedSecondary'
,
'filledPrimary'
,
'filledSecondary'
,
'avatar'
,
'avatarSmall'
,
'avatarMedium'
,
'avatarColorPrimary'
,
'avatarColorSecondary'
,
'icon'
,
'iconSmall'
,
'iconMedium'
,
'iconColorPrimary'
,
'iconColorSecondary'
,
'label'
,
'labelSmall'
,
'labelMedium'
,
'deleteIcon'
,
'deleteIconSmall'
,
'deleteIconMedium'
,
'deleteIconColorPrimary'
,
'deleteIconColorSecondary'
,
'deleteIconOutlinedColorPrimary'
,
'deleteIconOutlinedColorSecondary'
,
'deleteIconFilledColorPrimary'
,
'deleteIconFilledColorSecondary'
,
'focusVisible'
]);
export
default
chipClasses
;
Event Timeline
Log In to Comment