John Paul Mariano
Results
1
comments of
John Paul Mariano
In React typescript, you have to declare that the variable is a type of ThemeOptions. ` import * as React from 'react'; import { ThemeOptions } from '@mui/material'; const theme:ThemeOptions...