nav1/types/emotion.d.ts

10 lines
131 B
TypeScript
Raw Permalink Normal View History

2024-10-24 20:04:54 +03:00
import '@emotion/react'
declare module '@emotion/react' {
export interface Theme {
colors: {
main: string
}
}
}