Files
react-test/packages/mui-docs/types.d.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
190 B
TypeScript
Raw Normal View History

2025-12-12 14:26:25 +09:00
// In our repo, type declarations for icons are only added at build time
declare module '@mui/icons-material/*' {
import SvgIcon from '@mui/material/SvgIcon';
export default SvgIcon;
}