Skip to content

Commit 31dfb9e

Browse files
committed
update
1 parent 3387d96 commit 31dfb9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ import { primitives } from "./primitives";
99

1010
const host = createHost(primitives, {
1111
applyAnimatedValues,
12-
createAnimatedStyle: style => new AnimatedStyle(style),
12+
createAnimatedStyle: (style) => new AnimatedStyle(style),
1313
getComponentProps: ({ scrollTop, scrollLeft, ...props }: any) => props,
1414
});
1515

1616
export const animated = host.animated as WithAnimated;
17+
export { to } from "./globals";
1718
export { animated as a };

0 commit comments

Comments
 (0)