mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
chore: sort imports
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { styled as muiStyled, keyframes } from '@mui/material/styles';
|
||||
import { ReactHTML, ReactSVG } from 'react';
|
||||
import isPropValid from '@emotion/is-prop-valid';
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
import { keyframes, styled as muiStyled } from '@mui/material/styles';
|
||||
import { ReactHTML, ReactSVG } from 'react';
|
||||
export type { SxProps } from '@mui/system';
|
||||
export { keyframes };
|
||||
|
||||
// Props that will be passed to DOM
|
||||
const ALLOW_LIST_PROPS: string[] = [];
|
||||
@@ -71,5 +72,3 @@ export const styled: typeof muiStyled = (
|
||||
options.shouldForwardProp = isValidProp;
|
||||
return muiStyled(component, options);
|
||||
};
|
||||
|
||||
export { keyframes };
|
||||
|
||||
Reference in New Issue
Block a user