mirror of
https://github.com/lutinglt/gitea-github-theme.git
synced 2025-12-21 22:23:56 +00:00
5 lines
176 B
TypeScript
5 lines
176 B
TypeScript
export { css } from "@linaria/core";
|
|
export { defineTheme } from "./core/color";
|
|
export type { Console, Diff, Other } from "./types";
|
|
export { themeVars } from "./types/vars";
|