Skip to content

Commit

Permalink
feat: export context
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Jan 22, 2025
1 parent 5ab4580 commit 51a4993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
parentSelectorLinter,
} from './linters';
import type { StyleProviderProps } from './StyleContext';
import { createCache, StyleProvider } from './StyleContext';
import StyleContext, { createCache, StyleProvider } from './StyleContext';
import type { AbstractCalculator, DerivativeFunc, TokenType } from './theme';
import { createTheme, genCalc, Theme } from './theme';
import type { Transformer } from './transformers/interface';
Expand All @@ -29,6 +29,7 @@ export {
useCacheToken,
createCache,
StyleProvider,
StyleContext,
Keyframes,
extractStyle,
getComputedToken,
Expand Down

0 comments on commit 51a4993

Please sign in to comment.