Skip to content

Commit 54c069f

Browse files
committed
fix: types export on ui/index
1 parent 701bfea commit 54c069f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/core/ui/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ export type { AccessibilityDecrementEventData, AccessibilityIncrementEventData }
7575
export { addTaggedAdditionalCSS, removeTaggedAdditionalCSS, resolveFileNameFromUrl } from './styling/style-scope';
7676
export { Background } from './styling/background';
7777
export type { CacheMode } from './styling/background';
78-
export { parseCSSShadow, ShadowCSSValues } from './styling/css-shadow';
79-
export { parseCSSStroke, StrokeCSSValues } from './styling/css-stroke';
78+
export { parseCSSShadow } from './styling/css-shadow';
79+
export type { ShadowCSSValues } from './styling/css-shadow';
80+
export { parseCSSStroke } from './styling/css-stroke';
81+
export type { StrokeCSSValues } from './styling/css-stroke';
8082
export { animationTimingFunctionConverter, timeConverter } from './styling/converters';
8183
export { Font, FontStyle, FontWeight, FontVariationSettings } from './styling/font';
8284
export type { FontStyleType, FontWeightType, FontVariationSettingsType } from './styling/font-interfaces';

0 commit comments

Comments
 (0)