UNPKG

xlibs-components

Version:

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

11 lines 454 B
import React from "react"; export declare const HeroHighlight: ({ children, className, containerClassName, }: { children: React.ReactNode; className?: string; containerClassName?: string; }) => import("react/jsx-runtime").JSX.Element; export declare const Highlight: ({ children, className, }: { children: React.ReactNode; className?: string; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=hero-highlight.d.ts.map