mirror of
https://github.com/morten-olsen/morten-olsen.github.io.git
synced 2026-02-08 01:46:28 +01:00
6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
import {} from 'styled-components';
|
|
import { Theme } from './theme';
|
|
declare module 'styled-components' {
|
|
export interface DefaultTheme extends Theme {}
|
|
}
|