Upgrading TS to the latest version, and cleaning up packages with yarn dedupe
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
import { type ThemeType } from 'twenty-ui/theme';
|
|
|
|
declare module '@emotion/react' {
|
|
export interface Theme extends ThemeType {}
|
|
}
|