icns-frontend/styles/styled.d.ts

9 lines
152 B
TypeScript
Raw Normal View History

import "styled-components";
declare module "styled-components" {
2022-12-16 09:14:47 +00:00
export interface DefaultTheme {
bgColor: string;
bgGridColor: string;
}
}