aboutsummaryrefslogtreecommitdiff
path: root/src/console/colorscheme/styled.tsx
blob: 12e10ece375191c21f26e55927ff18ae2e0aaca9 (plain) (blame)
1
2
3
4
5
6
import baseStyled, { ThemedStyledInterface } from "styled-components";
import { ThemeProperties } from "./theme";

const styled = baseStyled as ThemedStyledInterface<ThemeProperties>;

export default styled;