Skip to content

Commit 011d36c

Browse files
committed
[stylex] Add types to exports
These types are currently used by React Strict DOM
1 parent d25f290 commit 011d36c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/@stylexjs/stylex/src/stylex.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,19 @@ import type { ValueWithDefault } from './types/StyleXUtils';
3131
import * as Types from './types/VarTypes';
3232

3333
export type {
34+
CompiledStyles,
35+
InlineStyles,
36+
Keyframes,
37+
MapNamespaces,
3438
StaticStyles,
3539
StaticStylesWithout,
40+
StyleXArray,
3641
StyleXStyles,
3742
StyleXStylesWithout,
3843
Theme,
3944
Types,
4045
VarGroup,
46+
PositionTry,
4147
};
4248

4349
import { styleq } from 'styleq';

0 commit comments

Comments
 (0)