Files
morten-olsen.github.io/content/templates/react/theme/global.d.ts
Morten Olsen 9b1a067d56 init
2023-03-27 10:46:18 +02:00

7 lines
158 B
TypeScript

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