From 4bc30cb6e3caab4057fb501b4a9353bd1fe3c4e4 Mon Sep 17 00:00:00 2001 From: developomp Date: Sat, 31 Jul 2021 08:50:33 +0900 Subject: [PATCH] added a comment to exlain my decision --- source/src/theming.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/source/src/theming.ts b/source/src/theming.ts index c4068de..72379f4 100644 --- a/source/src/theming.ts +++ b/source/src/theming.ts @@ -5,6 +5,7 @@ import { css } from "styled-components" +// not declared in the export object so the export object can refer to it function theme(currentTheme, values) { return values[currentTheme] }