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