UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

9 lines 307 B
import React from "react"; export declare const BackgroundLines: ({ children, className, svgOptions, }: { children: React.ReactNode; className?: string; svgOptions?: { duration?: number; }; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=background-lines.d.ts.map