Spaces:
Sleeping
Sleeping
File size: 142 Bytes
f23825d |
1 2 3 4 5 6 |
import { Theme as BaseTheme } from "../common/theme/Theme"
declare module "@emotion/react" {
export interface Theme extends BaseTheme {}
}
|