We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3387d96 commit 31dfb9eCopy full SHA for 31dfb9e
spring/src/index.ts
@@ -9,9 +9,10 @@ import { primitives } from "./primitives";
9
10
const host = createHost(primitives, {
11
applyAnimatedValues,
12
- createAnimatedStyle: style => new AnimatedStyle(style),
+ createAnimatedStyle: (style) => new AnimatedStyle(style),
13
getComponentProps: ({ scrollTop, scrollLeft, ...props }: any) => props,
14
});
15
16
export const animated = host.animated as WithAnimated;
17
+export { to } from "./globals";
18
export { animated as a };
0 commit comments