aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/components/common.ts
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/components/common.ts')
-rw-r--r--FrontEnd/src/components/common.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/components/common.ts b/FrontEnd/src/components/common.ts
index 835a8b4a..48473269 100644
--- a/FrontEnd/src/components/common.ts
+++ b/FrontEnd/src/components/common.ts
@@ -12,6 +12,8 @@ export const themeColors = [
export type ThemeColor = (typeof themeColors)[number];
+export type ClickableColor = ThemeColor | "grayscale" | "minor";
+
export { breakpoints } from "./breakpoints";
export * as geometry from "~src/utilities/geometry";