UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

12 lines 440 B
import React from "react"; interface CollaborationDashboardProps { className?: string; position?: "top-left" | "top-right" | "bottom-left" | "bottom-right"; showUserList?: boolean; showActivityFeed?: boolean; showControls?: boolean; "data-testid"?: string; } export declare const GlassCollaborationDashboard: React.FC<CollaborationDashboardProps>; export {}; //# sourceMappingURL=GlassCollaborationDashboard.d.ts.map