nav1/types/emotion.d.ts
Primakov Alexandr Alexandrovich b631206c44 params in url + error boundary
2024-10-24 20:04:54 +03:00

10 lines
131 B
TypeScript

import '@emotion/react'
declare module '@emotion/react' {
export interface Theme {
colors: {
main: string
}
}
}