aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
15 lines • 536 B
TypeScript
/**
* GlassTabBar Component
*
* An advanced tab bar component with physics-based animations, glass styling,
* and momentum scrolling for overflow tabs.
*/
import React from "react";
import { GlassTabBarProps, TabBarRef } from "./types";
import { AnimationProps } from "../../types/animations";
/**
* GlassTabBar Component
*/
export declare const GlassTabBar: React.ForwardRefExoticComponent<GlassTabBarProps & AnimationProps & React.RefAttributes<TabBarRef>>;
export default GlassTabBar;
//# sourceMappingURL=GlassTabBar.d.ts.map