midi-player-demo / src /@types /emotion.d.ts
Yann
test
f23825d
import { Theme as BaseTheme } from "../common/theme/Theme"
declare module "@emotion/react" {
export interface Theme extends BaseTheme {}
}