UNPKG

aura-glass

Version:

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

10 lines 302 B
import React from "react"; interface PropertyPanelProps { className?: string; collapsed?: boolean; onToggleCollapse?: () => void; "data-testid"?: string; } export declare const GlassPropertyPanel: React.FC<PropertyPanelProps>; export {}; //# sourceMappingURL=GlassPropertyPanel.d.ts.map