update,
This commit is contained in:
@@ -55,11 +55,7 @@ const shouldForwardProp = (prop: string) => !['open', 'active', 'variant', 'sx']
|
||||
/**
|
||||
* @slot root
|
||||
*/
|
||||
const ItemRoot = styled(ButtonBase, { shouldForwardProp })<StyledState>(({
|
||||
active,
|
||||
open,
|
||||
theme,
|
||||
}) => {
|
||||
const ItemRoot = styled(ButtonBase, { shouldForwardProp })<StyledState>(({ active, open, theme }) => {
|
||||
const dotTransitions: Record<'in' | 'out', CSSObject> = {
|
||||
in: { opacity: 0, scale: 0 },
|
||||
out: { opacity: 1, scale: 1 },
|
||||
|
Reference in New Issue
Block a user