mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
init: the first public commit for AFFiNE
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable no-restricted-imports */
|
||||
|
||||
import type { SvgIconProps as MuiSvgIconProps } from '@mui/material';
|
||||
|
||||
export { SvgIcon } from '@mui/material';
|
||||
export interface SvgIconProps extends Omit<MuiSvgIconProps, 'color'> {
|
||||
color?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user