xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
9 lines • 329 B
TypeScript
interface AnimatedListProps {
children: React.ReactNode;
className?: string;
duration?: number;
stagger?: number;
}
export declare function AnimatedList({ children, className, duration, stagger, }: AnimatedListProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=animated-list.d.ts.map