UNPKG

aura-glass

Version:

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

7 lines (5 loc) 250 B
// Theme constants const THEME_VARIANTS = ['default', 'compact', 'expanded']; const BLUR_STRENGTHS = ['none', 'subtle', 'light', 'standard', 'strong', 'intense']; export { BLUR_STRENGTHS, THEME_VARIANTS }; //# sourceMappingURL=themeConstants.js.map