UNPKG

aura-glass

Version:

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

10 lines 330 B
import React from "react"; interface CollaborativeCommentsProps { className?: string; allowComments?: boolean; 'aria-label'?: string; 'data-testid'?: string; } export declare const GlassCollaborativeComments: React.FC<CollaborativeCommentsProps>; export {}; //# sourceMappingURL=GlassCollaborativeComments.d.ts.map