UNPKG

aura-glass

Version:

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

10 lines 399 B
import React from 'react'; import { SpeedDialIconProps } from './types'; /** * SpeedDialIcon Component * * An icon component for the SpeedDial that transitions between open and closed states. */ export declare const SpeedDialIcon: React.ForwardRefExoticComponent<SpeedDialIconProps & React.RefAttributes<HTMLDivElement>>; export default SpeedDialIcon; //# sourceMappingURL=SpeedDialIcon.d.ts.map