Skip to content

Commit 315bc3e

Browse files
committed
chore: index.ts export update
1 parent d03eecd commit 315bc3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
export type { CSSProperties } from './types/common/css-properties';
22
export type { CreateStyleType, ReturnType, CreateStyle } from './types/main/create';
33
export type { CSSHTML, CreateKeyframes } from './types/main/global';
4-
export type { CreateValues, CreateTokens, ReturnVariableType, RxVariableSet, ReturnRx } from './types/main/variableTypes';
4+
export type { CreateTheme, CreateValues, ReturnVariableType, XVariableSet, ReturnX } from './types/main/variableTypes';
55
export type { ViewTransitionOptions } from './types/main/viewTransitionOptions';
66
export { isServer, isDevelopment, isTestingDevelopment } from './utils/helper.js';
77
export { genBase36Hash } from './utils/hash.js';
88
export { transpile } from './utils/transpile.js';
99
export { transpileAtomic } from './utils/transpile-atomic.js';
10-
export { transformNestedSelectors } from './utils/transform-nested-selectors.js';
1110
export { splitAtomicAndNested, processAtomicProps } from './utils/processor-atomic.js';
1211
export { overrideLonghand } from './utils/override-longhand.js';
1312
export { build } from './utils/build.js';

0 commit comments

Comments
 (0)