UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

8 lines (7 loc) 178 B
import { Theme } from '@mui/material/styles'; declare const GlobalStyles: (theme: Theme) => { '.test': { marginBottom: string; }; }; export default GlobalStyles;