UNPKG

uiinfinity-components

Version:

Beautiful UI components with smooth animations and 3D effects

10 lines 377 B
import * as React from "react"; interface GlassCardProps extends React.HTMLAttributes<HTMLDivElement> { blur?: number; opacity?: number; borderOpacity?: number; shadowOpacity?: number; } declare const GlassCard: React.ForwardRefExoticComponent<GlassCardProps & React.RefAttributes<HTMLDivElement>>; export { GlassCard }; //# sourceMappingURL=glass-card.d.ts.map