UNPKG

xlibs-components

Version:

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

10 lines 411 B
import React from "react"; export interface ProgressiveBlurProps { className?: string; height?: string; position?: "top" | "bottom" | "both"; blurLevels?: number[]; children?: React.ReactNode; } export declare function ProgressiveBlur({ className, height, position, blurLevels, }: ProgressiveBlurProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=progressive-blur.d.ts.map