UNPKG

aura-glass

Version:

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

12 lines 1.07 kB
export * from './themeHelpers'; export * from './elementTypes'; export * from './browserCompatibility'; export * from './deviceCapabilities'; export * from './performanceOptimizations'; export { createGlassTheme, getThemeValue, createThemeVariant, adjustColorOpacity, lightenColor, darkenColor, createSpacingScale, getSpacingValue, createTypographyScale, validateTheme, generateThemeCSSVariables, mergeThemes, createDarkTheme, createLightTheme, } from './themeHelpers'; export { getElementInfo, detectElementCapabilities, elementBehaviors, elementStyles, elementAccessibility, } from './elementTypes'; export { detectBrowser, detectCapabilities, compatibilityHelpers, featureDetection, browserOptimizations, PolyfillManager, } from './browserCompatibility'; export { detectDevice, performanceOptimizations, deviceOptimizations, adaptiveRendering, } from './deviceCapabilities'; export { PerformanceMonitor, MemoryManager, AdaptiveQuality, } from './performanceOptimizations'; export { detectDevice as default } from './deviceCapabilities'; //# sourceMappingURL=index.d.ts.map