9 lines
152 B
TypeScript
9 lines
152 B
TypeScript
import "styled-components";
|
|
|
|
declare module "styled-components" {
|
|
export interface DefaultTheme {
|
|
bgColor: string;
|
|
bgGridColor: string;
|
|
}
|
|
}
|