We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2208e28 commit 6b8d58dCopy full SHA for 6b8d58d
packages/sdk-components-animation/src/stagger-animation.tsx
@@ -35,6 +35,7 @@ export const StaggerAnimation = forwardRef<
35
ElementRef<"div">,
36
StaggerAnimationProps
37
>(({ slidingWindow = 1, easing = "linear", ...props }, ref) => {
38
+ // Implementation is located in private-src
39
return <div ref={ref} {...props} />;
40
});
41
0 commit comments