Files
morten-olsen.github.io/content/templates/react/theme/global.d.ts
Morten Olsen 7adf03c83f cleanup
2023-03-28 08:10:46 +02:00

6 lines
157 B
TypeScript

import {} from 'styled-components';
import { Theme } from './theme';
declare module 'styled-components' {
export interface DefaultTheme extends Theme {}
}