xlibs-components
Version:
Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications
10 lines • 335 B
TypeScript
import React from "react";
export declare const StickyScroll: ({ content, contentClassName, }: {
content: {
title: string;
description: string;
content?: React.ReactNode | any;
}[];
contentClassName?: string;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=sticky-scroll.d.ts.map