mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
6 lines
218 B
TypeScript
6 lines
218 B
TypeScript
import type { MapLeafNodes } from "src/types";
|
|
import { color } from "src/vars";
|
|
|
|
export type Primary = MapLeafNodes<typeof color.primary, string>;
|
|
export type Secondary = MapLeafNodes<typeof color.secondary, string>;
|