6 lines
122 B
TypeScript
6 lines
122 B
TypeScript
import { ThemeType } from 'twenty-ui';
|
|
|
|
declare module '@emotion/react' {
|
|
export interface Theme extends ThemeType {}
|
|
}
|