Skip to content

Commit

Permalink
chore(theme): expose v2 theme value (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
CatsJuice committed Sep 9, 2024
1 parent 26ab119 commit 142dda8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/theme/src/v2/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { objectKeys } from '../utils/object-keys';
import { darkThemeV2, lightThemeV2 } from './variables';

export { darkThemeV2, lightThemeV2 };
export type AffineThemeV2 = typeof lightThemeV2;
export type AffineThemeKeyV2 = keyof AffineThemeV2;

Expand Down

0 comments on commit 142dda8

Please sign in to comment.