sasalatart/on-this-day

View on GitHub
packages/client/src/components/common/styled-theme.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Theme } from '@material-ui/core';

export interface StyledTheme {
  theme: Theme;
}