UNPKG

aura-glass

Version:

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

15 lines 497 B
/** * StateIndicator Component * * A component that visually indicates the current state of a UI element. */ import React from 'react'; import { StateIndicatorProps } from './types'; /** * StateIndicator Component * * A component that visually indicates the current state of a UI element. */ declare const StateIndicator: React.ForwardRefExoticComponent<StateIndicatorProps & React.RefAttributes<HTMLDivElement>>; export default StateIndicator; //# sourceMappingURL=StateIndicator.d.ts.map