diff --git a/packages/css/src/index.ts b/packages/css/src/index.ts index 2eb077650..a31bc76d7 100644 --- a/packages/css/src/index.ts +++ b/packages/css/src/index.ts @@ -6,6 +6,8 @@ export type { Adapter, FileScope, CSSProperties, + NullableTokens, + ThemeVars, } from './types'; export * from './identifier'; export * from './theme';